How would you go about cleaning up related links in an object like
dmHTML where the object the links refer to have been deleted?

When I do a dump of the object the array in ARELATEDIDS has lots of items.
I have the following in my code:

<cfif isDefined("stObj.aRelatedIDs") AND NOT arrayisEmpty(stObj.aRelatedIDs)>
                                        <span class="breadcrumb"><strong>Related 
Links</strong></span>
                                        <skin:relatedLinks 
aRelatedIDs="#stObj.aRelatedIDs#"
class="crumbpath" r_qlinks="rl_qry" output="true">

                                        </cfif> 

but skin:relatedLinks is not returning anything.


I am thinking of something along the line of listing all the related
links when editing the objects related links with a flag/icon next to
the ones where the object does not exisit so the user can delete them.

Or maybe just a script to clean up dead links.

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to