[Rt-commit] rt branch, 4.6/align-people-in-assets, updated. rt-4.4.4-378-gb36063c1b
Michel Rodriguez
michel at bestpractical.com
Wed Sep 11 06:30:55 EDT 2019
The branch, 4.6/align-people-in-assets has been updated
via b36063c1b4db1233924a2898c96e454bb1a78a49 (commit)
via cc3030bbcd1b342ae806e558486f644b38323fe7 (commit)
from 21d693d237167522108a38e5f2b8d5e540fbcc38 (commit)
Summary of changes:
etc/RT_Config.pm.in | 14 ++++++++++++++
share/static/css/elevator-light/misc.css | 3 +++
2 files changed, 17 insertions(+)
- Log -----------------------------------------------------------------
commit cc3030bbcd1b342ae806e558486f644b38323fe7
Author: michel <michel at bestpractical.com>
Date: Wed Sep 11 12:28:22 2019 +0200
Adds documentation in the config file about $UserAssetExtraInfo
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index ece411780..8598f0168 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2205,6 +2205,20 @@ Set( $AssetBasicCustomFieldsOnCreate, [ 'foo', 'bar' ] );
=back
+=item C<$UserAssetExtraInfo>
+
+The information that is displayed on asset display pages about users related
+to the asset. This is displayed as a drop down box underneath the user name.
+
+e.g.
+
+Set($UserAssetExtraInfo, q{
+ RealName,
+ EmailAddress,
+});
+
+=cut
+
=head2 Message box properties
=over 4
commit b36063c1b4db1233924a2898c96e454bb1a78a49
Author: michel <michel at bestpractical.com>
Date: Wed Sep 11 12:29:19 2019 +0200
Removes the slider at the bottom of user dropdowns in the Asset/People box.
diff --git a/share/static/css/elevator-light/misc.css b/share/static/css/elevator-light/misc.css
index b30df7729..c87f307e6 100644
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@ -61,3 +61,6 @@ div.asset-people span.current-value {
height: auto;
}
+div.asset-people .ui-accordion .ui-accordion-content {
+ overflow: visible;
+}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list