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

Allow tool form to listen to history #2476

Merged
merged 5 commits into from Jul 26, 2016

Conversation

nturaga
Copy link
Contributor

@nturaga nturaga commented Jun 9, 2016

made changes to tool-form-base.js, this should allow the tool-form to listen to history. Thanks @guerler for walking me through backbone

@hexylena hexylena changed the title [WIP] made changes to tool-form-base.js, this should allow the tool-form to… [WIP] allow tool form to listen to history Jul 5, 2016
… listen to history. Thanks @guerler for walking me through backbone
@nturaga nturaga changed the title [WIP] allow tool form to listen to history Allow tool form to listen to history Jul 26, 2016
@nturaga
Copy link
Contributor Author

nturaga commented Jul 26, 2016

@guerler Comments were lost in rebase. Not sure why. I made one of the changes you suggested, but the goal was to get it in before the freeze tomorrow. I figured we can make rest of the changes after, since this works as is.

@galaxybot galaxybot added this to the 16.07 milestone Jul 26, 2016
@guerler guerler self-assigned this Jul 26, 2016
@@ -11,11 +11,26 @@ define(['utils/utils', 'utils/deferred', 'mvc/ui/ui-misc', 'mvc/form/form-view',
this.deferred = new Deferred();
if (options.inputs) {
this._buildForm(options);
this.refresh();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This refresh request does not seem to be necessary.

@guerler
Copy link
Contributor

guerler commented Jul 26, 2016

+1 waiting for tests to complete.

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

Successfully merging this pull request may close these issues.

None yet

4 participants