Task #921
closedRemove UNIQUE from notification template name attribute
100%
Description
Please remove unique from attribute name in idm_notification_template.
Change script is needed, entity update and check behavior.
Files
Updated by Ondřej Kopr almost 7 years ago
- File same_name_template.png same_name_template.png added
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- Target version set to Garnet (7.7.0)
- % Done changed from 0 to 90
I removed index ux_idm_notification_template_name, check behavior with save templates
commit: https://github.com/bcvsolutions/CzechIdMng/commit/9e395c211bfab281414c4c796eb8c7214017f4a7 (develop)
I made this with priority because I merged develop branch into automatic role branch and I changed flyway script inside this branch.
Please Radek could you check this behavior now? Thank you
Updated by Radek Tomiška almost 7 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 90 to 100
Thx, i've added normal index on name collumn - it's used in search queries.
Now it will be a little easier to create default templates in .xml (e.g. notifications for admin / owner with the same name and different code) and this behavior it's the same as other places in app (Codeable).