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.