openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05590
[Bug 703149] Re: Song maintenance deduplication logic needs tweaking
** Changed in: openlp
Assignee: (unassigned) => Andreas Preikschat (googol-hush)
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/703149
Title:
Song maintenance deduplication logic needs tweaking
Status in OpenLP - Worship Presentation Software:
New
Bug description:
I was struggling to get the author duplication logic to work correctly
so that it asked me the question about merging authors. Not sure
exactly what's wrong as I didn't spend that long looking at it but I
could get authors with the same first name, last name and display name
without triggering the error message.
I added (but haven't committed anywhere)
log.debug("Multiple authors detected (%d)" % len(authors))
to the checkAuthors() method to confirm that I was getting multiple results but no message.
References