Fix EMS Schdedule template bugs. Fixes bug #10988.
Give the EMS Schdule template its own namespace. In the db, remove usage of EMS template and EMS Schedule templates in the wrong places.
This commit is contained in:
parent
e5ead13da3
commit
9a8b6d292e
5 changed files with 21 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ sub definition {
|
|||
tab => 'display',
|
||||
label => $i18n->get('schedule template'),
|
||||
hoverHelp => $i18n->get('schedule template help'),
|
||||
namespace => 'EMS',
|
||||
namespace => 'EMS/Schedule',
|
||||
},
|
||||
scheduleColumnsPerPage => {
|
||||
fieldType => 'Integer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue