Fix multiple bugs related to Singleton workflows:

Can't use undef in a where clause.
    Have to use the same JSON encoding in all places.
Added tests for singleton workflow instances.
This commit is contained in:
Colin Kuskie 2008-09-12 22:59:43 +00:00
parent 993391a620
commit 5689c08bbc
3 changed files with 30 additions and 16 deletions

View file

@ -38,6 +38,8 @@
- fixed: Thingy Things can now have no fields and still be functional.
- fixed: Can no longer buy badges from receipt or direct link page if quantity is empty
- fixed: Tickets on add to badge screen now show the time at the event's timezone
- It was possible to run multiple singleton workflows at the same time.
7.5.22
- fixed: Layout template now gets prepared correctly
- fixed: When user does not have permissions to search/edit a thing a proper error is shown.