Fix broken templateId in Session/Style/process when useEmptyStyle was

requested.  It used to be 6, but at somepoint in the 6.x cycle it
was changed to be PBtmpl0000000000000132 in the database.

Added tests that verify that it works correctly.
This commit is contained in:
Colin Kuskie 2006-10-11 00:32:42 +00:00
parent 6cf1afc6a7
commit b1bb5d0b58
3 changed files with 9 additions and 3 deletions

View file

@ -12,6 +12,7 @@
- fix: Events Calendar: error in "big" template (Martin Kamerbeek / Procolix)
- fix: PM task editor not preserving duration
- fix: PM project completion percentage updates not working right
- fix: useEmptyStyle caused invalid template to be used
- Added ability to download an SQLReport in either CSV or as a template.
- Added ability for Products to add a user to a group when purchased.
- Changed the ?op=editProduct form to a TabForm.