[Koha-bugs] [Bug 6138] Show local help and isbd punctuation automatically when we are cataloguing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 2 08:37:13 CET 2013


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #9 from Marc Véron <veron at veron.ch> ---
I can see and edit the fields in teh framework. However when I try to edit a
biblio record,  help is not displayed.

How I tested:

1) Go to administration->MARC Bibliographic framework->Marc
Structure->Subfields->Edit subfields
2) Edit a subfield. Hit "Display more constraints" at the bottom of the screen.
3) Locate two new fields "Punctuation:" and "Help:" under "Advanced
Constraints"
4) Put some values in both fields.
5) Save changes
6) Go to catalogiing->Add MARC Record, choose the framework you just used and
go to the field where you added help
7) See a link "Show help" at the right of the field.
8) Hit the link. It is something like
http://[YORSERVER]/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=#help_tag_942_subfield_n_175538_230054
9) Nothing happens. 

Result: Error in console: 
ReferenceError:fields_in_use is not defined. 

This error appears already when loading the page. It does not appear when I
switch back to branch master.

Same result while editng an existing biblio record.

The HTML page source code where the error happens is as follows:
------------
<input type="text"
        id="tag_010_subfield_z_283956_276743"
        name="tag_010_subfield_z_283956_276743"
        value=""
        tabindex="1"
        punctuation=""
        size="67"
        maxlength="9999"
        class="input_marceditor"
        onfocus="javascript:GetPunctuation(this);"
        onblur="javascript:CheckPunctuation(this);"
/>
------------

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list