File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111- Fix default value properly applied in multiple dropdown search options
1212- Fix ` search option ` for default values in ` multiple ` dropdown
1313- Fix shared dropdowns not displaying in ` massiveaction `
14+ - The field name was empty in the GLPI logs
1415
1516### Added
1617- Add ` replace ` and ` add ` options in massive action for the multiple dropdowns fields
Original file line number Diff line number Diff line change @@ -1404,7 +1404,7 @@ public static function constructHistory(
14041404 //for all change find searchoption
14051405 foreach ($ updates as $ key => $ changes ) {
14061406 foreach ($ searchoptions as $ id_search_option => $ searchoption ) {
1407- if ($ searchoption ['linkfield ' ] == $ key ) {
1407+ if ($ searchoption ['field ' ] == $ key ) {
14081408 $ changes [0 ] = $ id_search_option ;
14091409
14101410 if ($ searchoption ['datatype ' ] === 'dropdown ' ) {
You can’t perform that action at this time.
0 commit comments