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:
Chris Nehren 2007-11-07 22:29:21 +00:00
parent 8b23a6e7cf
commit 9db0430032
2 changed files with 16 additions and 5 deletions

View file

@ -742,7 +742,7 @@ sub definition {
uiLevel=>6,
fieldType=>'group',
filter=>'fixId',
defaultValue=>'4'
defaultValue=>$session->asset->get('groupIdEdit') || '4',
},
);