
david at kineticode
Mar 16, 2009, 4:54 PM
Post #4 of 4
(1116 views)
Permalink
|
On Mar 16, 2009, at 4:26 PM, David E. Wheeler wrote: > On Mar 16, 2009, at 1:52 PM, Adam Wilson wrote: > >> Is there some built-in way to find stories that are referencing a >> particular media/story? >> >> Example, if the path to a media object or story changes, is there a >> way to find the stories related to it so that they can be >> republished with the new path? > > No, there isn't, which is just lame. It'd be easy to add, though. > Anyone want to submit a patch? Sorry, I'm wrong. It's: Bric::Biz::Asset::Business::Story->list({ related_story_id => $some_story_id }); Best, David
|