mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
* Fix for Addressbook History NOT showing old or new value for some custom fields (Stylite #8230)
This commit is contained in:
parent
87da090667
commit
d261f92a75
@ -2289,7 +2289,7 @@ class addressbook_ui extends addressbook_bo
|
||||
$content['history']['status-widgets']['#'.$name] = $settings['type'];
|
||||
} elseif($settings['values']['@']) {
|
||||
$content['history']['status-widgets']['#'.$name] = customfields_widget::_get_options_from_file($settings['values']['@']);
|
||||
} else {
|
||||
} elseif(count($settings['values'])) {
|
||||
$content['history']['status-widgets']['#'.$name] = $settings['values'];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user