users may now customize the post received page for the CS
This commit is contained in:
parent
74d9e95d75
commit
c25101654f
5 changed files with 32 additions and 1 deletions
|
|
@ -781,6 +781,14 @@ sub definition {
|
|||
filter=>'fixId',
|
||||
defaultValue=>$groupIdEdit, # groupToEditPost should default to groupIdEdit
|
||||
},
|
||||
postReceivedTemplateId =>{
|
||||
fieldType=>'template',
|
||||
namespace=>'Collaboration',
|
||||
tab=>'display',
|
||||
label=>$i18n->get('post received template'),
|
||||
hoverHelp=>$i18n->get('post received template hoverHelp'),
|
||||
defaultValue=>'default_post_received',
|
||||
},
|
||||
);
|
||||
|
||||
push(@{$definition}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue