mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
946025adb9
BUGFIX Fixed re-loading of unsaved TableField form data (e.g. after a validation error). The (now removed) method SubmittedFieldSet() was setting incremental temporary identifiers ("new1", "new2", etc), which wasn't picked up by Items() (merged from branches/2.3-nzct) BUGFIX Using $this->value instead of $_POST to process submitted data in TableField (merged from branches/2.3-nzct) BUGFIX TableField validation logic iterates over TableField_Item instances to get all formfields, rather than creating their own set in SubmittedFieldSet() MINOR Removed repitition of temporary Form generation in TableField by generateTableFieldItem() method (merged from branches/2.3-nzct) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@82089 467b73ca-7a2a-4603-9d3b-597d59a354a9
13 lines
245 B
YAML
13 lines
245 B
YAML
Permission:
|
|
perm1:
|
|
Code: Perm1
|
|
Arg: 1
|
|
perm2:
|
|
Code: Perm2
|
|
Arg: 2
|
|
Group:
|
|
group1_no_perms:
|
|
Title: Group A
|
|
group2_existing_perms:
|
|
Title: Group B
|
|
Permissions: =>Permission.perm1,=>Permission.perm2 |