Closed cyberstar closed 8 years ago
If plugin was created with show_vacard = True and there was no apphook it was producing a 500 error. This PR fixes the issue + some test cases.
show_vacard = True
👍
Coverage remained the same at 80.67% when pulling 7a0ccbcc064a548f78a4eb4c3df70b0421497ecb on issue/fix-people-list-plugin-with-no-apphook-and-vcard-enabled into 45362828d3eeffe01570d7096a0fbd4f5b6a1949 on master.
If plugin was created with
show_vacard = True
and there was no apphook it was producing a 500 error. This PR fixes the issue + some test cases.