Open GoogleCodeExporter opened 9 years ago
I fixed the converse of this problem a week or so ago - when a user created a
new site for a project or updated a project to include a new (existing) site it
wasn't being updated in home page.
Not sure how to tackle this as the Project -Site relationship is stored at the
Site end. Deleting a site removes the relationship but how is the project then
going to know about it - without indexing all projects again?
Original comment by nickdos
on 13 Dec 2013 at 3:50
Got a fix for this... uses the EventType.PreUpdate event and grabs projectIds
by querying DB for existing data before save().
See revision 1157
Original comment by nickdos
on 17 Dec 2013 at 6:00
I had to comment out the indexing code that fixed this issue - see ISSUE 404
Original comment by chris.go...@gmail.com
on 18 Dec 2013 at 4:36
Original issue reported on code.google.com by
moyesyside
on 13 Dec 2013 at 2:16