-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: Enable link on view and edit in event overview #4643
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/it9qlmbvg |
Codecov Report
@@ Coverage Diff @@
## development #4643 +/- ##
===============================================
+ Coverage 23.04% 23.08% +0.03%
===============================================
Files 475 475
Lines 4959 4952 -7
Branches 8 8
===============================================
Hits 1143 1143
+ Misses 3815 3808 -7
Partials 1 1
Continue to review full report at Codecov.
|
<UiPopup @tagName="a" @click={{action this.props.actions.moveToDetails this.extraRecords.identifier}} @content={{t "Event Dashboard"}} @class="ui icon button" @position="top center"> | ||
<i class="tasks icon"></i> | ||
</UiPopup> | ||
<UiPopup @tagName="a" @click={{action this.props.actions.moveToPublic this.extraRecords.identifier}} @content={{t "View"}} @class="ui icon button" @position="top center"> |
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.
If moveToPublic isn't being used now, please remove it from code
Fixes #4212
Short description of what this resolves:
There was no link on view and edit in event overview page.
Changes proposed in this pull request:
Use link for for view and edit
Checklist
development
branch.