-
Notifications
You must be signed in to change notification settings - Fork 278
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 missing vue pages #3889
fix missing vue pages #3889
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3889 +/- ##
========================================
Coverage 29.37% 29.37%
========================================
Files 274 274
Lines 35420 35420
========================================
Hits 10403 10403
Misses 25017 25017 Continue to review full report at Codecov.
|
4f92dc8
to
384e8e2
Compare
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.
Works for me
Also found this is broken (at least those two lines): Error is:
Same for
|
Not sure if directly related to my last comment - recent shows links are broken for me: <li>
<a href="https://khpc:8081/home/displayShow?indexername=indexer-to-name&seriesid=316913" target="_self" data-indexer-to-name="1">
<i class="menu-icon-addshow"></i>
תאג"ד
</a>
</li> |
In regards to #3889 (comment) it looks like @p0psicles didn't add the function in? |
@sharkykh that should be everything fixed. Can you please review. |
Still seeing an error in |
By the way, it seems like the |
@sharkykh recent should be fine now. @p0psicles I've removed your I also added placeholder as a prop so you can change the placeholder as it defaults to |
* Remove extra `${` from simple view Caused error 500. * Escape show names in simple, poster & small poster views Fixes issues similar to #3889 (comment) * fix 500.mako missing script block * fix 404.mako missing script block
Closes #3888