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 multiselect support to enum_titles #583

Closed
wants to merge 3 commits into from
Closed

Conversation

shugigo
Copy link

@shugigo shugigo commented Apr 12, 2016

No description provided.

for(i=0; i<e.length; i++) {
// If the sanitized value is different from the enum value, don't include it
if(this.sanitize(e[i]) !== e[i]) continue;

this.option_keys.push(e[i]+"");
this.option_titles.push(eTitles[i]+"");

Choose a reason for hiding this comment

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

Looks like there is mix of tab/space indentation in these few line additions.

Copy link
Author

Choose a reason for hiding this comment

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

How do I see the conflicts? Can I fix it on the current pull request?

Copy link
Author

Choose a reason for hiding this comment

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

Update: I changed the tab/space indentation with the github site manual edit. Tell me If I can do anything else to advance the merge.

Choose a reason for hiding this comment

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

I'm not actually a maintainer so I'm not sure what else to do to advance this. I was just trying to be helpful since i'm hoping this gets merged.

As far as conflicts, I had noticed that github is indicating that it can't auto-merge these changes. It might simply be because your changes are off an older version of master. You can update your fork to the latest master https://help.github.com/articles/syncing-a-fork/

@ianmetcalf
Copy link

I'm also looking for support for this. Would be great if this got merged once the indentation was fixed and conflicts resolved with current master.

@jdorn jdorn closed this in a1e1ff9 Aug 7, 2016
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.

2 participants