Bug 45297 - Wrong tooltip for extended attribute module list
Wrong tooltip for extended attribute module list
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: UDM - Extended Attributes
UCS 4.2
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UDM maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-08-30 14:19 CEST by Sönke Schwardt-Krummrich
Modified: 2020-07-03 20:53 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 1: Cosmetic issue or missing function but workaround exists
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.011
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): External feedback, Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sönke Schwardt-Krummrich univentionstaff 2017-08-30 14:19:28 CEST
Noticed during last UCS technical training:

the tooltip does not match with the list of available modules.

--- a/ucs-4.2-1/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/extended_attribute.py
+++ b/ucs-4.2-1/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/extended_attribute.py
@@ -317,7 +317,7 @@ property_descriptions = {
 	),
 	'module': univention.admin.property(
 		short_description=_('Modules to be extended'),
-		long_description=_('Modules this extended attribute is added to, e.g. "users/user" or "computers/windows"'),
+		long_description=_('Modules this extended attribute is added to, e.g. "User" or "Computer: Domain Controller Slave"'),
 		syntax=univention.admin.syntax.univentionAdminModules,
 		multivalue=True,
 		options=[],
Comment 1 Florian Best univentionstaff 2017-08-30 14:29:13 CEST
Even better would be that if the user types users/user into the combobox the "Users" value is selected.
Changing this in the description might lead to that some people are doing:
udm settings/extended_attribute create --set append="Users" which is more wrong than the current.
Comment 2 Ingo Steuwer univentionstaff 2020-07-03 20:53:22 CEST
This issue has been filed against UCS 4.2.

UCS 4.2 is out of maintenance and many UCS components have changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen it and update the UCS version. In this case please provide detailed information on how this issue is affecting you.