liqd / adhocracy

Adhocracy is a policy drafting and decision making software for distributed groups and open institutions.
GNU Affero General Public License v3.0
150 stars 37 forks source link

Fix Page.unusedTitle #849

Closed xi closed 10 years ago

xi commented 10 years ago

unusedTitle compared the title with the label without conversion which resulted in many false positives.

To reproduce the issue, try to create multiple pages and proposals with the title "foo bar" (including the space).

nidico commented 10 years ago

Good catch. LGTM.