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

add the choice to only show selected node in dropdown #4658 #4663

Merged
merged 7 commits into from
Mar 7, 2019
Merged

add the choice to only show selected node in dropdown #4658 #4663

merged 7 commits into from
Mar 7, 2019

Conversation

njkim
Copy link
Collaborator

@njkim njkim commented Mar 6, 2019

Description of Change

adds widget config to node value widget to control how options are displayed in select2 dropdown re #4658

@CLAassistant
Copy link

CLAassistant commented Mar 6, 2019

CLA assistant check
All committers have signed the CLA.

if (nodeid !== displayValue.nodeid) {
markup += getDisplayValueMarkup(displayValue);
}
})};
Copy link
Contributor

Choose a reason for hiding this comment

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

Expected indentation of 20 spaces but found 16. (indent)
Missing semicolon. (semi)
Unnecessary semicolon. (no-extra-semi)

@coveralls
Copy link

coveralls commented Mar 7, 2019

Coverage Status

Coverage increased (+0.03%) to 42.64% when pulling 74c5310 on njkim:4658_node_label into 2e68066 on archesproject:master.

@@ -46,6 +46,10 @@ define([
this.form.on('after-update', updateTiles);
}

this.toggleDisplayOnlySelected = function(){
this.displayOnlySelectedNode(!this.displayOnlySelectedNode());
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing semicolon. (semi)

@chiatt chiatt self-requested a review March 7, 2019 19:02
@chiatt chiatt merged commit 1f8171b into archesproject:master Mar 7, 2019
@njkim njkim deleted the 4658_node_label branch March 8, 2019 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants