-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add new field and changed its data structure #6
Conversation
…and changed its data structure
Pull Request Test Coverage Report for Build 7726383369
💛 - Coveralls |
src/redturtle/voltoplugin/editablefooter/restapi/configure.zcml
Outdated
Show resolved
Hide resolved
profile="redturtle.voltoplugin.editablefooter:default" | ||
source="1000" | ||
destination="1001" | ||
handler=".upgrades.update_registry" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are updating the registry, but I don't see any files added/changed, did you forget in the commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i added a new field in interfaces.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and you need to reload the registry profile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't know (never done) if there is a way to add it manually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afaik you need to reload registry
…and changed its data structure