@@ -, +, @@ 1 - Go to Cataloguing -> Advanced editor 2 - Click 'Macros' 3 - 'New macro..' 4 - Assing a name and click 'Ok' 5 - New macro is in list on left, but not selected 6 - Type into editor, no save feedback after typing 7 - Apply patch 8 - Reload the editor 9 - Repeat 3-4 --- koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc @@ -902,7 +902,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr }) }; $.ajax(options) - .then(function(undef, result) { + .then(function(result) { showSavedMacros(); loadMacro( result.name, result.macro_id ); }) --