Fix the groupToEditPost field defaulting to the groupIdEdit field. Make sure
that the added collab system in the test has a parent asset as well, to ensure that the inheritance works properly.
This commit is contained in:
parent
8b23a6e7cf
commit
9db0430032
2 changed files with 16 additions and 5 deletions
|
|
@ -742,7 +742,7 @@ sub definition {
|
|||
uiLevel=>6,
|
||||
fieldType=>'group',
|
||||
filter=>'fixId',
|
||||
defaultValue=>'4'
|
||||
defaultValue=>$session->asset->get('groupIdEdit') || '4',
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue