Makes sense. A quick solution could be adding a filter to the view's queryset with .filter(documents__gt=0). A better solution would be to delete the duplicate document record itself. This would require adding a signal handler and it's a bit more involved. Will keep these in mind for the 3.1 release.
Thanks! And thanks for helping debug the migrations! On Tuesday, March 27, 2018 at 2:37:10 PM UTC-4, Victor Zele wrote: > > Is there a way to reset this view to exclude duplicates with zero > duplicates after cleanup? > > They still seem to be picked up by the search and displayed. > > Thanks for all the hard work! 3.02 is a big jump forward. > > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
