You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wire target for action updates and deletes - The target pointed to the function and not a specific item being deleted so the loading spinner showed for all hint actions whenever a hint was being edited or deleted.
Fix getPageHintItems function to get pagehints - Changed the query to use ->orWhere when getting the URL, this ensures that even if the URL does not match, once the route matches, the data can be saved.
Add page hints seeder command - This command allows you to create a seeder class from your currently created page hints in the database allowing you to apply the seeder class later, should you delete or refresh your migrations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Changes
getPageHintItems
function to get pagehintsFull Changelog: 1.0.2...1.0.3
This discussion was created from the release 1.0.3.
Beta Was this translation helpful? Give feedback.
All reactions