Rebuild Infolist
Hi - again I'm having a problem with my infolist. The background is this - I have a Model called "Checkpoint" that has a BelongsToMany-Relation to a Model called "Tag". Now I've added an action to remove a tag from a checkpoint. Problem is, that when I click on the action, the tag still persists on the page, until it is reloaded. Is there a way to reload that section or the infolist automatically?
->live()
seems to be not available here. This is my code so far:
Solution:Jump to solution
Okay - turns out my approach was ape-💩. I've created a "manage"-action and using this everything works as expected.
1 Reply
Solution
Okay - turns out my approach was ape-💩. I've created a "manage"-action and using this everything works as expected.