From 999f2ed7e9e56dda254308f9bbbc85dcc66a160c Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 27 Oct 2017 11:38:51 +0000 Subject: [PATCH] Bug 19538: Move EnableAdvancedCatalogingEdtor from 'Labs' to 'Cataloging' To test: 1 - View sysprefs 2 - Note 'Labs' tab 3 - Note EnableAdvancedCatalogingEditor is the only pref there 4 - Note that prefs works 5 - Apply patch 6 - Note 'Labs' tba is gone 7 - Check the 'Cataloging' tab (under Interface) 8 - There it is! 9 - Verify it still works Signed-off-by: Katrin Fischer Signed-off-by: Maksim Sen Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/includes/prefs-menu.inc | 1 - .../en/modules/admin/preferences/cataloguing.pref | 9 +++++++++ .../prog/en/modules/admin/preferences/labs.pref | 11 ----------- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc index 0482478821..3b2e2f75ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc @@ -7,7 +7,6 @@ [% IF ( circulation ) %]
  • [% ELSE %]
  • [% END %]Circulation
  • [% IF ( enhanced_content ) %]
  • [% ELSE %]
  • [% END %]Enhanced content
  • [% IF ( i18n_l10n ) %]
  • [% ELSE %]
  • [% END %]I18N/L10N
  • -[% IF ( labs ) %]
  • [% ELSE %]
  • [% END %]Labs
  • [% IF ( local_use ) %]
  • [% ELSE %]
  • [% END %]Local use
  • [% IF ( logs ) %]
  • [% ELSE %]
  • [% END %]Logs
  • [% IF ( opac ) %]
  • [% ELSE %]
  • [% END %]OPAC
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index 0d61fe7b22..f8afdc939f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -18,6 +18,15 @@ Cataloging: yes: Display no: "Don't Display" - easy ways to create analytical record relationships + - + - pref: EnableAdvancedCatalogingEditor + default: 0 + choices: + yes: Enable + no: "Don't enable" + - the advanced cataloging editor. + - "
    NOTE:" + - Currently does not include support for UNIMARC or NORMARC fixed fields. Spine Labels: - - When using the quick spine label printer, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref deleted file mode 100644 index 34fb6cd5c4..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref +++ /dev/null @@ -1,11 +0,0 @@ -Labs: - All: - - - - pref: EnableAdvancedCatalogingEditor - default: 0 - choices: - yes: Enable - no: "Don't enable" - - the advanced cataloging editor. - - "
    NOTE:" - - This feature is currently experimental, and may have bugs that cause corruption of records. It also does not include any support for UNIMARC or NORMARC fixed fields. Please help us test it and report any bugs, but do so at your own risk. -- 2.20.1