Closed (fixed)
Project:
Tour UI
Version:
8.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2017 at 10:48 UTC
Updated:
30 Sep 2018 at 14:09 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
clemens.tolboomFrom #2884850: Fatal error on deleting tour
From #2898156: Error on deleting Tour Tip
From #2933209: Can not delete a TIP
Comment #3
clemens.tolboomDigging somewhat into this issue I wonder why we still have a custom TipPluginTextExtended
Furthermore CR Configuration entity can declare which properties need export using annotations
https://www.drupal.org/node/2481909 suggests export has changed.
Tried the CR guide but failed. See attached patch.
Comment #4
clemens.tolboomI realised too late I closed issue as duplicates of this issue but this issue was about deleting a tour and not a tip. Now it is about deleting a tip. /sorry
Comment #5
eldrupalista commentedThe attached patch solves the problem for deleting tips.
The patch works both in 8.x-1.x-dev and 1.0-alpha1
However in 8.x-1.x-dev, after successfully deleting the tip, it redirects to route tour_ui.get_modules, which ultimately gives an error.
I think this is some problem introducing in the dev branch because this error does not happen in 1.0-alpha1.
Comment #6
estoyausenteThe patch in #5 works as expected!
Comment #8
clemens.tolboomtnx
Comment #10
clemens.tolboom