Ticket #294 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Probléme avec la balise form si on souhaite spécifier le HelpDecorator

Reported by: despe_ki_roule Assigned to: laurentj
Priority: normal Milestone: Jelix 1.0beta3.1
Component: jelix Version: 1.0 beta3
Severity: normal Keywords: jforms, form, jtpl
Cc: Php version:
Review: Hosting Provider:
Documentation needed: Blocking:

Description

Il y a un bug visiblement à la ligne 36 du fichier block.form.php :

Remplacer :

if(count($param) < 2 || count($param) > 4){

Par :

if(count($param) < 2 || count($param) > 5){

En effet, si on souhaite suivre la documentation http://jelix.org/articles/manuel/jforms/affichage dans le dernier paragraphe, il y a une erreur stricte qui est généré par rapport aux nombres de paramétres trop nombreux si on spécifie le HelpDecorator?.

Change History

10/01/07 17:03:55 changed by laurentj

  • owner set to laurentj.
  • status changed from new to assigned.
  • milestone set to Jelix 1.0beta3.1.

Fixed in the trunk and 1.0beta3.x branch

10/01/07 17:39:42 changed by laurentj

  • status changed from assigned to closed.
  • resolution set to fixed.
Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed