Enhancement/subject table changes
All threads resolved!
All threads resolved!
Change log:
- Added scroll on the X axis when subjects table is too wide. #240 (closed)
- Added custom sort for screening number column and added tests. #207 (closed)
- Removed search box from table. 0077b28d
- Changed the order of operations in smash/web/api_views/subject.py:subjects f6f32d46
Merge request reports
Activity
Filter activity
mentioned in issue #240 (closed)
- Resolved by Piotr Gawron
added 2 commits
- e046489e - update function to consider numeric value of the screening number. Issue #204 (closed)
- b0db6bae - matched part it's now highlighted to facilitate reading.
- Edited by Carlos Vega
assigned to @piotr.gawron
added 1 commit
- 47b22f88 - Changed function so the reminder is sorted as well. If no filter is provided…
added 1 commit
assigned to @piotr.gawron
Is strange, the tests pass in both Macs (I got the new one today), it's something regarding the locale of the mail template...
Traceback (most recent call last): File "/builds/NCER-PD/scheduling-system/smash/web/tests/models/test_mail_template.py", line 98, in test_appointment_with_unicode_flying_team appointment_template_french.apply(appointment, self.user, stream) File "/builds/NCER-PD/scheduling-system/smash/web/models/mail_template.py", line 178, in apply with setlocale(locale_name.encode('utf8')): File "/usr/local/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "/builds/NCER-PD/scheduling-system/smash/web/models/mail_template.py", line 33, in setlocale yield locale.setlocale(locale.LC_TIME, name) File "/usr/local/lib/python2.7/locale.py", line 581, in setlocale return _setlocale(category, locale) Error: unsupported locale setting
assigned to @piotr.gawron
mentioned in commit b796570f
Please register or sign in to reply