Fix #676 - fix creation of new profile fields, add support for required and private profile fields, integrate field level help for consistency

This commit is contained in:
Shaun Walker
2020-08-13 10:06:15 -04:00
parent 90110a653c
commit aec5882de1
4 changed files with 99 additions and 16 deletions

View File

@ -145,6 +145,7 @@
profile = new Profile();
}
profile.SiteId = PageState.Site.SiteId;
profile.Name = _name;
profile.Title = _title;
profile.Description = _description;