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

Export when option list is modified #17

Open
ljambdadelta opened this issue Dec 3, 2018 · 1 comment
Open

Export when option list is modified #17

ljambdadelta opened this issue Dec 3, 2018 · 1 comment
Labels

Comments

@ljambdadelta
Copy link

ljambdadelta commented Dec 3, 2018

I have a need to change values of Option List every week. If the value is not present this week, it won't be present at export, despite it existence in database. Yes, there is a workaround to change every time before the export to the list with all possible values but , except for the needless complexity, the main problem is in role management -- i have to modify the client account to administrator, change its menu to add administration links. Yes it's of inconvenience of actual role-based management system, but it's a bit odd way to perform such a simple action. Of course i can (and possibly will) write an python script, accessing directly to the DB, but i wish to see a proper way to do this simple thing by the correct means.
Best regards

@benkeen
Copy link
Member

benkeen commented Dec 5, 2018

Hey @ljambdadelta, I think python may be the best bet! :) There really isn't a decent way to do this with the current features - it's very much a custom task, so yes - Python if your friend.

Sorry I couldn't be more help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants