Added method 'unlink' on any appy class, for unlinking objects from references. Bugfixes in display of workflow state in columns.

This commit is contained in:
Gaetan Delannay 2011-01-19 20:51:43 +01:00
parent defdc08dce
commit 38f71be89a
4 changed files with 34 additions and 9 deletions

View file

@ -482,7 +482,7 @@ class ToolMixin(BaseMixin):
(p_usage can be "ref" or "search")?'''
if (',' in className) or (name == 'workflowState'): return False
appyType = self.getAppyType(name, className=className)
return appyType.isSortable(usage=usage)
if appyType: return appyType.isSortable(usage=usage)
def _searchValueIsEmpty(self, key):
'''Returns True if request value in key p_key can be considered as