- Issue created by @alexharries
- Status changed to Postponed: needs info
11 months ago 2:58am 8 March 2024 - 🇺🇸United States cmlara
Is this a duplicate of 🐛 Give more accurate feedback when canceling a plugin setup Fixed ?
- 🇬🇧United Kingdom alexharries
Yes, it certainly looks like the same issue.
Perhaps removal of the skip/cancel button is the simplest solution?
I'm sure there's a use case where it could prove useful but from looking at the code, creating a universal fix which for example would resolve #2932071 might be more squeeze than the juice is worth... ¯\_(ツ)_/¯
/A
- 🇺🇸United States cmlara
In 🐛 Give more accurate feedback when canceling a plugin setup Fixed we changed the text to say "Setup of @plugin_label canceled." instead of saying the entire setup has been canceled, it should (hopefully) imply that just a single plugin was stopped. It will be included in the next non-security release.
Perhaps removal of the skip/cancel button is the simplest solution?
I believe that may force users to setup multiple plugins even when they do not wish to do so.
I do believe we need to do something with the multi step wizard, though I haven't personally looked in depth to determine how to clean it up.
📌 Convert TFA plugin forms to use subforms Active and 📌 Convert plugin configuration to Config Entities Active might end up being related as they both involve restructuring of how we interact with the plugins for configuration.
- 🇮🇳India Suryakumar1626
Instead of Removing the skip/cancel button, we can add condition in showing the message, if the save button is avaialble in the form object. This condition will satisfy and show a message, if we clicked cancelled while setup any of the TFA plugins else it wont show the message when clicking the cancel button.