-
Bug
-
Resolution: Unresolved
-
Normal
-
1.8.0
-
None
-
1
-
False
-
-
False
-
Release Note Not Required
-
-
-
RHDH F&UI plugins 3284
Description of problem:
There is misleading (or the feature isn't work) text when removing a repository when using scaffolder templates in the bulk import plugin.
https://github.com/redhat-developer/rhdh-plugins/pull/1266#pullrequestreview-3310869318
Steps to Reproduce
- Enable scaffolder support in bulk import
- Import a repository
- Delete a repository
Actual results:
Delete tooltip and dialog says:
Removing a repository will also remove all associated scaffolder task info.
But it doesn't delete the scaffolder tasks.
"associated scaffolder task info" might mean the internal table but I think this interal information isn't necessary to mention.
Expected results:
Either it should delete the complete scaffolder job but I think its good enough to mention "associated scaffolder task info".
For example:
Removing a repository will delete the related information from the bulk import plugin.
The started scaffolder tasks will not be removed and executed scaffolder steps are not reverted.
Build Details:
PR https://github.com/redhat-developer/rhdh-plugins/pull/1266