Anonymous | Login | 2024-11-21 08:46 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000932 | ClearOS | app-users - User Manager | public | 2013-01-11 19:55 | 2013-02-28 14:21 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.3.0 | ||||||||
Target Version | 6.4.0 Beta 2 | Fixed in Version | 6.4.0 Beta 2 | ||||||
Summary | 0000932: Groups with spaces causes "disallowed key characters" error | ||||||||
Description | The 'Disallowed Key Characters.' error is thrown when a group name contains spaces. As a security precaution, the underlying framework does not allow spaces for input names, for example: <input type='checkbox' name='group[example group]' ... > Spaces are also not HTML compliant. The web form should be able to handle this situation. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Notes | |
(0000637) user2 2013-01-11 19:56 |
SVN 5411 |
(0000724) user2 2013-02-27 14:11 |
Source Code Changelog --------------------------------------------------- - Continued with handling spaces in groups [tracker 0000932] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5702 [^] U webconfig/apps/groups/trunk/controllers/groups.php U webconfig/apps/groups/trunk/views/item.php U webconfig/apps/groups/trunk/views/members.php U webconfig/apps/groups/trunk/views/summary.php |