mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Show leaf path as title/tooltip
This commit is contained in:
parent
ff4988b41e
commit
bebd121b60
@ -470,6 +470,7 @@ export class Et2TreeDropdown extends Et2WidgetWithSelectMixin(LitElement)
|
||||
tabindex="-1"
|
||||
variant=${isValid ? nothing : "danger"}
|
||||
size=${this.size || "medium"}
|
||||
title=${option.path ?? option.title}
|
||||
?removable=${!readonly}
|
||||
?readonly=${readonly}
|
||||
?editable=${isEditable}
|
||||
|
@ -530,6 +530,7 @@ class Tree extends Etemplate\Widget
|
||||
// 1D array
|
||||
$category = $cat + array(
|
||||
'text' => $s,
|
||||
'path' => $categories->id2name($cat['id'], 'path'),
|
||||
|
||||
/*
|
||||
These ones to play nice when a user puts a tree & a selectbox with the same
|
||||
|
Loading…
Reference in New Issue
Block a user