http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11842

            Bug ID: 11842
           Summary: MARC framework editing is broken when memcache is
                    enabled
 Change sponsored?: ---
           Product: Koha
           Version: 3.12
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: System Administration
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

With memcache enabled, when the value of the Editor parameter in a MARC
framework is changed, the change is not reflected in the framework as presented
in the Cataloguing module.  The problem is resolved by disabling memcache.

To prove:
Enable memcache.
Select Administration / MARC bibliographic framework / Default framework :
click on MARC structure
For tag 015, click on Subfields :  note there are four subfields, of which 2
and a are not 'hidden' but 6 and 8 are 'hidden'.
Click Edit Subfields and for subfield 8, Display More Constraints; note the
Visibility line:
OPAC checked (show)
Intranet checked (show)
Editor not checked (don't show)
Collapsed not checked (show the non-hidden subfields, don't collapse to show
the tag only)

Go to the data base and select the marc_subfield_structure table.  Observe that
for tagfield 015, tagsubfield 8 and frameworkcode '  ' the value of 'hidden' is
-6.  This is correct.  We understand that if the value is -6 then the subfield
is not shown in the editor.

This can be confirmed by going to the cataloguing module, selecting New Record
and Default framework.  Check tag 015 - subfield 8 is not displayed.

Now edit subfield 8 and set Editor to 'checked'.  Return to the data base and
confirm that 015 subfield 8 for the default framework now has 'Hidden' set to 0
(zero).  Subfield 8 should now display in the cataloguing editor.

Return to the /cataloguing editor and confirm that subfield 8 is not displayed.

Disabling memcache resolves the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to