Bug 54271 - Delete bridge interface not removed from grid
Delete bridge interface not removed from grid
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - Network settings
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-12-23 12:17 CET by Philipp Hahn
Modified: 2021-12-23 12:17 CET (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2021-12-23 12:17:33 CET
1. Add bridge interface "br0"
2. Re-login due to Bug #46645
3. Select interface "br0" from list
4. Delete interface
Shows "Bestätigung: Bitte Löschung der folgender Netzwerkgeräte bestätigen: * br0"
5. Confirm with "LÖSCHEN"
Nothing happens: interface is still shown in grid.
Only after clicking "ÄNDERUNGEN ÜBERNEHMEN" it gets removed.

No output in Browser dev console.

http://10.200.17.38/univention/management/modules/setup/InterfaceGrid.js

		_removeInterfaces: function(ids) {
			// grid action
			array.forEach(ids, function(iid) {
				this.moduleStore.remove(iid);
			}, this);
			this._set('value', this.get('value'));
		},