Added a method to check to see if a profile category has protected fields.
Use that method to see prevent the category from being deleted in the ProfileSettings operation. Change the delete profile confirmation message to match what it does, which is delete all the fields in the category.
This commit is contained in:
parent
e51d02e3d8
commit
bc9ddbf163
4 changed files with 39 additions and 17 deletions
|
|
@ -123,8 +123,8 @@ If you wish to set the Default Value for any other field. Create the field with
|
|||
},
|
||||
|
||||
'466' => {
|
||||
message => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
|
||||
lastUpdated => 1031514049
|
||||
message => q|Are you certain you wish to delete this category and all of its fields?|,
|
||||
lastUpdated => 1214599497,
|
||||
},
|
||||
|
||||
'470 description' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue