BAH-1620 - | Rohit | - Adds OT: Full Access role for superman user#88
BAH-1620 - | Rohit | - Adds OT: Full Access role for superman user#88rohit-yawalkar wants to merge 1 commit intomasterfrom
Conversation
|
We would not be running liquibase migrations from default-config. And also this migration will error when this gets executed before superman user is created. May be can we move this to the place (bahmni-core) where superman user is created ? |
@mohan-13, for community purpose who just want to try hands on OT, we can keep this commit and as we are not including default_config migrations in distro, this will not throw any exception. What do you think? |
That's fair. Shouldn't we include this in bahmni-core so that the access is consistent across implementations. This would be generic need for superman user irrespective of how we deploy. |
|
I am hesitant to add this in bahmni-core, because this means core assumes OT module to be present, whereas dependency on core is of OT module.. and not the other way around. If this is added only in default-config, then other configs will need to do this themselves. I guess that is fine too. |
This PR is about: