We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Tags are uneditable.
To Reproduce Steps to reproduce the behavior:
UNIT3D (please complete the following information): Check #1434
Desktop (please complete the following information): Check #1434
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]) }}">
<form role="form" method="POST" action="{{ route('staff.types.update', ['id' => $tag->id]) }}">
<form role="form" method="POST" action="{{ route('staff.tags.update', ['id' => $tag->id]) }}">
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Till that sponsors is reached, can submit pull request to fix that problem in current version?
Of course. PR's are always welcome and this is an easy one.
Fix: HDInnovations#1434 , HDInnovations#1437
c5801e9
5e85c0d
HDVinnie
No branches or pull requests
Describe the bug
Tags are uneditable.
To Reproduce
Steps to reproduce the behavior:
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]) }}">
The text was updated successfully, but these errors were encountered: