silverstripe-userforms/code/model
Jake Bentvelzen 08d173f24a fix(Reorder): Fix bug where 'Content Authors' can no longer re-order form fields due to how GridFieldOrderableRows checks canEdit() permissions.
fix(Reorder): Fix EditableFormField to fallback to current page editing permissions when reordering with GridFieldOrderableRows component.

 fix(Reorder): Check if record exists before calling 'hasExtension' check.
2016-05-24 10:26:54 +10:00
..
editableformfields fix(Reorder): Fix bug where 'Content Authors' can no longer re-order form fields due to how GridFieldOrderableRows checks canEdit() permissions. 2016-05-24 10:26:54 +10:00
recipients NEW Allow translation of tab names (#384) 2016-04-08 16:45:10 +01:00
submissions API Added ability to extend permissions of SubmittedForm with an extension 2016-04-22 13:33:02 +12:00
EditableCustomRule.php BUG fixing bug that prevents non-admin users from editing user defined form fields. 2016-02-16 17:58:04 +13:00
UserDefinedForm.php API Use core validation for form submission 2016-04-18 12:04:21 +12:00