Anyone else have some ideas on how to resolve this, or where to look? A significant amount of our pages rely on this rule and my content contributors are unable to add objects to these pages.
On Monday, April 8, 2013 11:31:28 AM UTC-7, Might Aswell wrote: > > It appears my HandPicked rule is not fixed. > > Previously, I removed > plugins/farcry/package/types/ruleHandpicked_aObjects.cfc as suggested by > Phillip to get around the [objectid] is part of this table's primary key > and must be included in stProperties issue. > > It seemed to be working, however, today, when i try to create a new (or > edit an old) nothing seems to be saved to ruleHandpicked_aObjects > > I am not seeing any errors so I do not know how to troubleshoot this. > > We use this rule extensively on our site so any additional help is > appreciated. > > On Friday, April 5, 2013 8:01:29 PM UTC-7, Geoff Bowers wrote: >> >> Is there an outstanding issue at http://farcry.jira.com encapsulating >> this issue? I'd like to try and escalate a resolution for handpicked rule >> in the upcoming cms bundle for FarCry 7. >> >> GB >> >> >> On 5 April 2013 06:23, Might Aswell <[email protected]> wrote: >> >>> RESOLVED: >>> >>> So I finally was able to resolve this using Phillip's method of removing >>> the plugins/farcry/package/types/**ruleHandpicked_aObjects.cfc >>> >>> AND... >>> >>> Found a jquery issues in plugings/farcry/package/rules/** >>> ruleHandpicked.cfc >>> >>> Around line 177 >>> >>> <skin:onReady> >>> $('###arguments.fieldname#-add-type').change(function() { >>> fcForm.openLibraryAdd('#stObject.typename#','#stObject.objectid#','# >>> arguments.stMetadata.name#','#arguments.fieldname#'); >>> }); >>> </skin:onReady> >>> >>> >>> add the j to the function >>> >>> $j('###arguments.fieldname#-add-type').change(function() { ....... >>> >>> >>> I did notice that bypassing the ruleHandpicked_aObjects.cfc means the >>> rows are not populated like the previous entries.. >>> >>> datetimes are incorrect, objectID, lastupdatedby, ownedby createdby, >>> etc. are not populated.. >>> >>> >>> -- >>> You received this message cos you are subscribed to "farcry-dev" Google >>> group. >>> To post, email: [email protected] >>> To unsubscribe, email: [email protected] >>> For more options: http://groups.google.com/group/farcry-dev >>> -------------------------------- >>> Follow us on Twitter: http://twitter.com/farcry >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "farcry-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry --- You received this message because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
