-
Notifications
You must be signed in to change notification settings - Fork 190
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
[Vue Rewrite] BugFix (Feed Actions) + Warning Message + subscribe_to
URL parameter
#2360
[Vue Rewrite] BugFix (Feed Actions) + Warning Message + subscribe_to
URL parameter
#2360
Conversation
…rameter Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Hmm the frontend test failed, did you check why? |
@Grotax oh yeah. I can fix that quickly today. Just because it’s checking for the subscribe_to url param in the test but I didn’t set up any mocks for it. For the static analysis failure, are you going to create a PR against the master branch to fix that? If so, I can do an upmerge to fix that once you do |
I didn't check in detail but based on the error message and since we don't have that on master I think it comes from the comment you added in that php file. I can check before I merge this should be easy to fix |
@Grotax I'm not sure it comes from the comment, I see this in the logs of the failing job:
I think this has to do with the dependabot update that was recently merged: #2362 I also see the error in the release cut PR: #2359 |
Ah now I see, yea I'm not sure if we can change the code. But the phpcs complains in this PR could be fixed. |
ah, I see, I'll clean up that phpcs failure today |
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Tested and works after clean rebuild of my dev environment, thanks :) |
Related to #748
Follows #2354
🗒️ Summary
✅ Checklist
- [ ] Changelog entry added for all important changes.(Can we add theskip-changelog
label to prevent the check for changelog? )📷 Visual
Feed Actions Menu:
Warning Message:
subscribe_to
URL Param:➡️ Up Next
MVP:
Following Rewrite Release Improvements:
addArticleAction
Plugin API?selected=<id>
url query parameter to store and parse which Feed Item is displayed inFeedItemDisplay
(this will be useful for implementing the search bar - and allow navigating directly to the specific feed item)