Discussion:
[Mayan EDMS: 2395] Duplicate document display page still lists duplicate documents with 0 duplicates
Victor Zele
2018-03-27 18:37:10 UTC
Permalink
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.
--
*CONFIDENTIALITY NOTICE: *

*This transmission may contain information which is Vimo, Inc. (DBA
Getinsured) confidential and/or legally privileged. The information is
intended only for the use of the individual or entity named on this
transmission. If you are not the intended recipient, you are hereby
notified that any disclosure, copying, or distribution of the contents of
this transmission is strictly prohibited. If you have received this
transmission in error, please immediately notify me by return e-mail and
destroy all copies of the original message.*
--
---
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 mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Price
2018-03-30 21:46:04 UTC
Permalink
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!
Post by Victor Zele
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 mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...