Classifieds Fixed Missing functionality for watched listings & categories

Kirby

Member
The entity Z61\Classifieds\ListingWatch does exist and Z61\Classifieds\Entity\Listing does have a relation to it but is missing method isWatched().

Same applies for Z61\Classifieds\Entity\Category

Also, there does not seem to be any code to extend XF\Pub\Controller\Watched to manage watched listings or categories.
 
Last edited:
The entity Z61\Classifieds\ListingWatch does exist and Z61\Classifieds\Listing does have a relation to it but is missing method isWatched().

Same applies for Z61\Classifieds\Entity\Category

Also, there does not seem to be any code to extend XF\Pub\Controller\Watched to manage watched listings or categories.
Is this on the latest version? This should have been corrected in the latest released version at the time of writing.
 
The bolded part ist indeed fixed in 1.0.11, but method isWatched() is still missing.

This is not a must, but would be nice to have as it simplifies (my) code :D
 
The bolded part ist indeed fixed in 1.0.11, but method isWatched() is still missing.

This is not a must, but would be nice to have as it simplifies (my) code :D
I'll look to add it in the next update.
 
Back
Top