You are here: Foswiki>Tasks Web>Item11810 (02 May 2012, GeorgeClark)Edit Attach

Item11810: Bug in the ./lib/Foswiki/UI/Manage.pm, line: 518

pencil
Priority: Normal
Current State: Duplicate
Released In: n/a
Target Release: n/a
Applies To: Engine
Component:
Branches:
Reported By: JozefMojzis
Waiting For:
Last Change By: GeorgeClark

Bug in the ./lib/Foswiki/UI/Manage.pm, line: 518

   elsif ( defined $query->param('action_save')
        && $query->param('action_save') eq 'Save' )   #<-- works, only with english ...

When someone using localized version, the generated HTML contain Value="localized_save_string", e.g. for czech don't contain 'Save' but "Ulož" - like:

   <input type="submit" class="foswikiSubmit" name="action_save" id="save" value="Ulož" accesskey="s">

and therefore when saving got error:

Invalid Input
** The value supplied for action_save or action_cancel has been rejected.

-- JozefMojzis - 02 May 2012

Duplicate of Item11798

-- GeorgeClark - 02 May 2012
 

ItemTemplate edit

Summary Bug in the ./lib/Foswiki/UI/Manage.pm, line: 518
ReportedBy JozefMojzis
Codebase
SVN Range
AppliesTo Engine
Component
Priority Normal
CurrentState Duplicate
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
Release01x01Checkins
Topic revision: r2 - 02 May 2012, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy