I have two template variables, one of type galleryalbumlist and one that’s a custom type I’m working on. I need my custom TV to pick up the value of the other TV.
If no Gallery Album is selected, I display a message. Otherwise, I display other stuff. However I’ve noticed that selecting an album and hitting Save doesn’t seem to update the resource editor display. The correct value is getting updated in the database, but the output of my other TV isn’t changing.
To greatly simplify things, I now have my custom TV simply returning:
[tt]return $album_id . ’ ’ . time();[/tt]
I can save the resource over and over and the time shown never changes. However if I shift-refresh the page, the time does change (and shows the updated album ID, if I’ve changed that).
Is there a way to make the manager actually refresh the page when it’s saved rather than... whatever it’s doing now?
MODx Revolution 2.0.8-pl (traditional)