You are not logged in.
Pages: 1
I provided Preview URL's for module views. Preview icons are shown okay on the views.
The problem is when I click preview of the changed or pending items, it shows published version, not the changed version. Please help me on this.
Offline
You need to query for the pending copy of the module item and display it via your routes template. The preferred way of doing that is calling
BigTreeAutoModule::getPendingItem(“your_table_name”, $bigtree[“commands”][0]);
. That will return an array containing the pending item as well as any tag and many to many changes to the item.
Offline
Thank you so much. I should have asked you earlier.
Offline
Pages: 1