http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6138
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #9 from Marc Véron <[email protected]> --- 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. _______________________________________________ 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/
