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

[Bug] Editing Tags #1437

Closed
fmohican opened this issue Sep 9, 2020 · 3 comments
Closed

[Bug] Editing Tags #1437

fmohican opened this issue Sep 9, 2020 · 3 comments
Assignees
Labels

Comments

@fmohican
Copy link
Contributor

fmohican commented Sep 9, 2020

Describe the bug
Tags are uneditable.

To Reproduce
Steps to reproduce the behavior:

  1. Go and create any tags
  2. Try to edit that tag
  3. 404 [ No query results for model [App\Models\Type] ]
    Expected behavior
    Return to tag that was edited or to tags list

Screenshots

UNIT3D (please complete the following information):
Check #1434

Desktop (please complete the following information):
Check #1434

Additional context

Possible Fix?
Replace:
<form role="form" method="POST" action="{{ route('staff.types.update', ['id' => $tag->id]) }}">
to
<form role="form" method="POST" action="{{ route('staff.tags.update', ['id' => $tag->id]) }}">

@HDVinnie
Copy link
Collaborator

MediaHub v1.0 will be released into UNIT3D Community Edition once 75 sponsors goal is met! This issue will be closed when that is released.

https://www.youtube.com/watch?v=SE44mc8SRHA

@fmohican
Copy link
Contributor Author

Till that sponsors is reached, can submit pull request to fix that problem in current version?

@HDVinnie
Copy link
Collaborator

Of course. PR's are always welcome and this is an easy one.

fmohican added a commit to fmohican/UNIT3D-Community-Edition that referenced this issue Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants