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

Added allow anonymous dropdown select in edit instances #124

Merged

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

client/views/edit/edit.js Outdated Show resolved Hide resolved
client/views/edit/edit.html Show resolved Hide resolved
@peter-hank
Copy link
Contributor

@singhsanket143 looks great, thanks

@@ -32,6 +32,7 @@ Template.edit.events({
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.

None yet

2 participants