CMS MADE SIMPLE FORGE

Cataloger

 

[#6604] User Defined Attributes not saving when "Submit" clicked (Revision 116 in SVN)

avatar
Created By: John W (johnwebber)
Date Submitted: Sat Jun 25 01:17:34 -0400 2011

Assigned To: Morten Poulsen (silmarillion)
Version: 0.9
CMSMS Version: None
Severity: Critical
Resolution: Awaiting Response
State: Open
Summary:
User Defined Attributes not saving when "Submit" clicked (Revision 116 in SVN)
Detailed Description:
I am using Revision 116 with the CMSMS 1.9.4.1

I have several user defined attributes with cataloger, when you edit a page and
click "Submit" the user defined attributes don't save.  When you click "Apply"
they do save.

This only happens when editing and adding in the Attribute after the page has
been created.d


History

Comments
avatar
Date: 2011-07-30 16:03
Posted By: John W (johnwebber)

Can you peak at this?  It's otherwise quite stable
      
avatar
Date: 2012-04-24 15:48
Posted By: alex0b (alex0b)

To reproduce need use non english property names.

To fix that Cataloger.module.php  at 347 line replace :

$thisAttr->safe = strtolower(preg_replace('/\W/','',$row['attribute']));

to:

$thisAttr->safe = munge_string_to_url($row['attribute'], true);

How do I get commit access?

      
Updates

Updated: 2011-07-30 16:03
resolution_id: 5 => 10

Updated: 2011-07-30 16:03
assigned_to_id: 100 => 113

Updated: 2011-06-25 01:20
summary: User Defined Attributes not saving when "Submit" clicked (Revision 16 in SVN) => User Defined Attributes not saving when "Submit" clicked (Revision 116 in SVN)
resolution_id: => 5
severity_id: 12 => 1