Modify ↓
Ticket #13984 (new defect)
required="false" does not work for chrome
| Reported by: | beenishs@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | General |
| Version: | 5.2 | Keywords: | |
| Cc: | Time planned: | 1d | |
| Time remaining: | 1d | Time spent: | 1d |
Description
When testing dsp_edit_profile.cfm form in chrome extended attributes that are not required include 'required="false"' but this does not work in chrome. It will still try to validate it.
In requirements/mura/extend/extendAttribute.cfc - line 444 needs to include <cfif getRequired() neq "false"> required="#getRequired()#"</cfif>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
