Ticket #190 (new defect-bug)

Opened 21 months ago

Last modified 20 months ago

remove brackets from id and name tags of form/formelements

Reported by: vain Owned by:
Priority: minor-leicht Milestone: Clansuite 0.2.5
Component: Core Version: Clansuite v0.2a
Keywords: Cc:
Estimated Number of Hours: 1.0 Add Hours to Ticket: 0
Billable?: no Total Hours: 0.5
Internal?: no

Description

Problem:

<textarea id="news_form[news_body]" name="news_form[news_body]" cols="110" rows="30">

Rule:

(Character %1 is not allowed in the value of attr %2) ID and NAME must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits (0-9), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").

Solution:

Convert brackets to underscore. Remove 1 char on right side.

Change History

comment:1 Changed 21 months ago by vain

  • Add Hours to Ticket changed from 0.0 to 0.5
  • Total Hours changed from 0.0 to 0.5

comment:2 Changed 20 months ago by vain

  • Estimated Number of Hours changed from 0.0 to 1.0
  • Milestone changed from Clansuite 0.3 alpha to Clansuite 0.2.5
Note: See TracTickets for help on using tickets.