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

fix bid invitation and webfield #227

Merged
merged 2 commits into from Feb 20, 2019
Merged

fix bid invitation and webfield #227

merged 2 commits into from Feb 20, 2019

Conversation

melisabok
Copy link
Member

No description provided.

@@ -153,7 +153,7 @@ function renderContent(notes, userGroups, activityNotes, authorNotes) {
$('#your-consoles .submissions-list').append([
'<li class="note invitation-link">',
'<a href="/group?id=' + AREA_CHAIRS_ID + '" >',
AREA_CHAIRS_NAME.replace('_', ' ') + ' Console',
AREA_CHAIRS_NAME.replace(/_/g, ' ') + ' Console',
Copy link
Member

Choose a reason for hiding this comment

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

It seems like in some of the webfields you are using the variable AREA_CHAIRS_NAME and other you're using AREA_CHAIR_NAME. I'd rather just use 1 variable, or if they need to be different make the names more different.

Copy link
Member Author

Choose a reason for hiding this comment

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

AREA_CHAIR_NAME is the name of the group id, like: Senior_Programm_Committee. I think I have to use the prettyId here.

@mohituniyal mohituniyal merged commit e2c1c34 into master Feb 20, 2019
@mohituniyal mohituniyal deleted the fix/bid-interface branch February 20, 2019 16:53
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

3 participants