Bug 48748 - subtype widgets are not loaded for ComplexInput widgets
subtype widgets are not loaded for ComplexInput widgets
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-02-25 12:46 CET by Jürn Brodersen
Modified: 2020-07-10 17:19 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 2: Will only affect a 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: 0.046
Enterprise Customer affected?: Yes
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 Jürn Brodersen univentionstaff 2019-02-25 12:46:51 CET
subtype widgets are not loaded for ComplexInput widgets

univention-web/js/render.js:requireWidgets() only checks the MultiInput widget for subtype widgets not the ComplexInput widget.

As long as the widgets is loaded through some other dependency this is not a problem. Otherwise it will not be loaded.

My current workaround for IN8-udm is requiring the subtype widget through another widget to ensure it gets loaded.