-
-
Notifications
You must be signed in to change notification settings - Fork 825
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 links for tabs on manage event #13172
Fix links for tabs on manage event #13172
Conversation
(Standard links)
|
This will need to go against the RC if we are happy with it |
@jitendrapurohit what do you think? @mattwire yes - can you transfer it to the rc? |
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.
Tested on the manage event page - works fine 👍 Thanks @mattwire
Ok this needs to be against 5.8 - I'm a little on the fence about whether it is the best fix - but it resolves the issue in the rc |
… tab but need selectedChild to be specified or the default tab is loaded
155ee3e
to
e6ac9af
Compare
@seamuslee001 Rebased onto 5.8 |
Adding merge on pass based on Jitendra's Review |
Jenkins re test this please |
Merging as per the tag and Jitendra's review thanks @mattwire |
Overview
See #12747 (comment)
Before
Links to manage event tabs broken following work on "selected tab" functionality.
After
Links to manage event tabs working.
Technical Details
Events are "unique" in that each tab has it's own full URL, whereas all other "tabheader" pages in CiviCRM use a single link and a "selectedChild" parameter to specify which tab to load.
Comments
@jitendrapurohit Please review.