Bug 6365

Summary: Missing information about tab number when mandatory fields unfilled
Product: Koha Reporter: Janusz Kaczmarek <januszop>
Component: TemplatesAssignee: Janusz Kaczmarek <januszop>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: PATCH-Sent (DO NOT USE) CC: chris, magnus
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 5917    
Attachments: Screenshot illustrating the problem
Proposed patch
Proposed patch (with the header)
Signed off patch

Description Janusz Kaczmarek 2011-05-18 16:33:17 UTC
Created attachment 4168 [details]
Screenshot illustrating the problem

When saving a new/modified record, Koha checks whether all mandatory field are filled.  If not a javascript warning is displayed with appropriate information.

Now the information about tab is missing (cf. screenshot).

The reason are changes to addbiblio template after introducing Template::Toolkit (cf. also Bug 6257).

A patch will follow.
Comment 1 Janusz Kaczmarek 2011-05-18 16:39:04 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2011-05-19 05:57:48 UTC
Hi Janusz,

I am not sure what's wrong but your patch didn't apply for me: 
git am -i -3 -s
Patch format detection failed.

I see it's also missing your name and some other things normally given on top of the patch. Perhaps you want to check your git configuration.
Comment 3 Janusz Kaczmarek 2011-05-19 07:21:08 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2011-05-19 19:50:37 UTC
Created attachment 4196 [details] [review]
Signed off patch
Comment 5 Chris Cormack 2011-05-29 03:54:34 UTC
T::T bug, pushed please test
Comment 6 Magnus Enger 2011-07-16 09:21:19 UTC
The number of the tab of a missing field is now displayed correctly.