Skip to content

Added allow anonymous dropdown select in edit instances#124

Merged
peter-hank merged 6 commits intoberkmancenter:devfrom
singhsanket143:Feature_Allow_Anonymous_Update
Jun 24, 2019
Merged

Added allow anonymous dropdown select in edit instances#124
peter-hank merged 6 commits intoberkmancenter:devfrom
singhsanket143:Feature_Allow_Anonymous_Update

Conversation

@singhsanket143
Copy link
Contributor

The pull request is implementation for the feature listed in issue #16613. The allow anonymous functionality is now added to the edit instance feature. User can now anytime change the allow anonymous reply option by navigating to the edit advanced features section of an instance.

image

@peter-hank
Copy link
Contributor

@singhsanket143 looks great, thanks

const stale = template.$('select[name=stale_length]').val();
const isHidden = (template.$('select[name=visibility]').val() === 'hidden');
const social = (template.$('select[name=social]').val() === 'on');
const anonymous = template.$('select[name=anonymous]').val() === 'on'; // Fetch the anonymous value from the dropdown
Copy link
Contributor

Choose a reason for hiding this comment

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

@singhsanket143 can you move this comment up?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@peter-hank Updated the comments here.

@peter-hank peter-hank merged commit 3e5afce into berkmancenter:dev Jun 24, 2019
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