Add widget support to SourceColumn
Allow passing a widget class to SourceColumn. This makes using lambdas to render model column unnecesary and are mostly removed too. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
5
mayan/apps/navigation/exceptions.py
Normal file
5
mayan/apps/navigation/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
class NavigationError(Exception):
|
||||
"""Base navigation app exception"""
|
||||
Reference in New Issue
Block a user