Bug #58493

Follow up: Disable remove button for installed extension

Added by Nicole Cordes over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2014-05-04
Priority:Should have Due date:
Assigned To:Nicole Cordes % Done:

100%

Category:Extension Manager Spent time: -
Target version:next-patchlevel
TYPO3 Version:6.2 Is Regression:No
PHP Version: Sprint Focus:
Complexity:

Description

To lower the complexity of the extension manager, the remove button should be hidden for installed extensions.


Related issues

related to Core - Bug #53459: Extension manager - removed extension stays in PackageSta... Resolved 2013-11-08

Associated revisions

Revision 0a59f6c0
Added by Nicole Cordes over 1 year ago

[BUGFIX] Disable removal of installed extensions

This patch removes the deletion possibility for installed extension in
the list view of the extension manager. Furthermore the javascript can
be adopted as the check for installed extensions can be removed as well.

Resolves: #58493
Related: #53459
Releases: 6.2
Change-Id: I713bbb93230108db144044be9184e77f484931c9
Reviewed-on: https://review.typo3.org/29849
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
Reviewed-by: Sascha Wilking
Tested-by: Sascha Wilking
Reviewed-by: Nadir S.
Tested-by: Nadir S.
Reviewed-by: Marc Bastian Heinrichs
Tested-by: Marc Bastian Heinrichs

History

#1 Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29849

#2 Updated by Anja Leichsenring over 1 year ago

In the issue #53459 the uninstall step for activated extension, when one uses the remove button (I mean the trashcan, not the uninstall button) is removed.
With this, dependency check for active extensions requiring the one to be removed alongside with flushing the system cache is removed. This leads to Fatal Errors in Backend.

In order to lower complexity we remove now the possibility to remove active extensions and remove all code depending on this particular function. This follows the removal of the uninstall check for extensions to be removed.

Here are the rules for removing extension from now on:
- active extensions need to be uninstalled, then removed (as two steps)
- inactive extensions can be removed

#3 Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29849

#4 Updated by Nicole Cordes over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF