#9150 Remove 'Remove' button from subid page
Closed: fixed by frenaud. Opened by abbra.

Steps to Reproduce:
1. Login into WebUI as admin
2. Navigate to SubordinateID's Tab
3. Select any UniqueId and click on Delete

Actual results:
The UniqueId/subid associated with the user can be deleted from UI and change gets reflected in ipa subid-find as well with the entry missing.

However if we need to do the same with CLI there isn't any option

Instead of allowing to delete subid ranges from the command-line, it is better to remove the delete button from the Web UI. Deletion of a subid range is a sensitive operation that should not be performed unless the user is absolutely aware of the risks.

Deletion would still be possible through direct ldap modification.


Metadata Update from @abbra:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=2063155

PR: https://github.com/freeipa/freeipa/pull/6246

Metadata Update from @abbra:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/6246

Metadata Update from @abbra:
- Custom field changelog adjusted to subid ranges cannot be removed. A button in Web UI subid management page to remove the range was removed to not confuse users

master:

  • 46dc1c76ef9996341b89167c6a0c1f63e44f4381 web ui: do not provide Remove button in subid page

ipa-4-9:

  • 59cf9017a009bb5eb4f6ef0ed07aa21e60614ab3 web ui: do not provide Remove button in subid page

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

master:

  • bf4c51266c9fb8b6c72798b9673c6fab9f1ac35c ipatests: WebUI: do not allow subid range deletion

ipa-4-10:

  • 38e5bcf719a0e7c7550837ffb14300db8efe09e4 ipatests: WebUI: do not allow subid range deletion

ipa-4-9:

  • 58b026716c973f422b1b98e27eb9536e59919d82 ipatests: WebUI: do not allow subid range deletion
  • 58e12bd93a9b7b1c9a39981ee0c6a724040e164f webui tests: fix test_subid suite

master:

  • 06780f4d90ed8cfc44189e1e86b073fd8388a757 webui tests: fix test_subid suite

ipa-4-10:

  • 9936379c9f0d6c888785ccca8766ed7074054270 webui tests: fix test_subid suite
Metadata