Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SysManager Perms #1207

Closed
wants to merge 1 commit into from
Closed

Fix SysManager Perms #1207

wants to merge 1 commit into from

Conversation

MaxMorais
Copy link
Contributor

Currently the system manager only can Read the Module Def, this is a violation of the rule https://github.com/frappe/frappe/blob/develop/frappe/installer.py#L114, that only enable the app installation by the System Manager, but if the app needs create module defs, the modules aren't created and the install crash.

Currently the system manager only can Read the Module Def, this is a violation of the rule https://github.com/frappe/frappe/blob/develop/frappe/installer.py#L114, that only enable the app installation by the System Manager, but if the app needs create module defs, the modules aren't created and the install crash.
@rmehta
Copy link
Member

rmehta commented Jul 21, 2015

Can't we just add ignore_permissions=True here?

https://github.com/frappe/frappe/blob/develop/frappe/installer.py#L230

rmehta added a commit that referenced this pull request Aug 10, 2015
@rmehta
Copy link
Member

rmehta commented Aug 10, 2015

Fixed in my branch (release next week)

@rmehta rmehta closed this Aug 10, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants