-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Renaming google plus entry to google groups in admin content social link page #3588
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
Conversation
@maze-runnar It looks good, I have pushed a test commit to |
@maze-runnar Can you also rename the |
Thanks @kushthedude |
I have changed input_id , But i am not sure about models , can you please guide me . |
In |
<label>{{t 'Google Groups'}}</label> | ||
{{widgets/forms/link-input | ||
segmentedLink=socials.segmentedGoogleUrl | ||
inputId='google_plus' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename here too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
ok , thanks |
@kushthedude sir i have made changes. Do i need to make any further changes ? |
</div> | ||
<div class="field"> | ||
<label>{{t 'Google +'}}</label> | ||
<label>{{t 'Google Groups'}}</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why Plural?
Groups
implies you can add multiple groups, but there is only one text field. Keep it Group
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok sir .
@maze-runnar Please change |
{{widgets/forms/link-input | ||
segmentedLink=socials.segmentedGoogleUrl | ||
inputId='google_plus' | ||
inputId='google_groups' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change here too else validation wont work
Fixes #3584
Short description of what this resolves:
It changes the google plus entry to google groups in admin/content page .Also fixes the required regex expression for google goups url (https://groups.google.com/forum/#!forum/open-event).Also updated the warning messages shows in box after filling wrong url from "enter a valid google plus url" to "enter a valid google groups url"
Changes proposed in this pull request:
-changed google plus entry in (https://eventyay.com/admin/content) to google groups entry.
on entering the wrong url -
on entering the right url -
Checklist
development
branch.