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: Enable link on view and edit in event overview #4643

Merged
merged 6 commits into from
Jul 27, 2020

Conversation

Haider8
Copy link
Contributor

@Haider8 Haider8 commented Jul 27, 2020

Fixes #4212

Short description of what this resolves:

There was no link on view and edit in event overview page.

no-link-on-btn

Changes proposed in this pull request:

Use link for for view and edit

new-tab-link-open

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@vercel
Copy link

vercel bot commented Jul 27, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/it9qlmbvg
✅ Preview: https://open-event-frontend-git-fork-haider8-issue-4212.eventyay.vercel.app

@codecov
Copy link

codecov bot commented Jul 27, 2020

Codecov Report

Merging #4643 into development will increase coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               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              
Impacted Files Coverage Δ
app/controllers/admin/events/list.js 0.00% <0.00%> (ø)
app/controllers/admin/users/view/events/list.js 0.00% <ø> (ø)
app/controllers/events/list.js 9.09% <ø> (+1.94%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c66b5aa...b0a027f. Read the comment docs.

<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">
Copy link
Member

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

@iamareebjamal iamareebjamal merged commit 3bf66cf into fossasia:development Jul 27, 2020
@Haider8 Haider8 deleted the issue-4212 branch July 28, 2020 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event Overview/Admin Overview: Enable "Open in Tab" on buttons
2 participants