Invert Action Object and Target columns
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -273,6 +273,8 @@
|
|||||||
files.
|
files.
|
||||||
* Place deletion policies units before periods for clarity.
|
* Place deletion policies units before periods for clarity.
|
||||||
* Remove repeated EMAIL_TIMEOUT setting.
|
* Remove repeated EMAIL_TIMEOUT setting.
|
||||||
|
* Invert order to the Action Object and Target columns for
|
||||||
|
clarity.
|
||||||
|
|
||||||
3.1.11 (2019-04-XX)
|
3.1.11 (2019-04-XX)
|
||||||
===================
|
===================
|
||||||
|
|||||||
@@ -48,11 +48,11 @@ class EventsApp(MayanAppConfig):
|
|||||||
func=widget_event_type_link, label=_('Event'), source=Action
|
func=widget_event_type_link, label=_('Event'), source=Action
|
||||||
)
|
)
|
||||||
SourceColumn(
|
SourceColumn(
|
||||||
attribute='action_object', label=_('Action object'), source=Action,
|
attribute='target', label=_('Target'), source=Action,
|
||||||
widget=ObjectLinkWidget
|
widget=ObjectLinkWidget
|
||||||
)
|
)
|
||||||
SourceColumn(
|
SourceColumn(
|
||||||
attribute='target', label=_('Target'), source=Action,
|
attribute='action_object', label=_('Action object'), source=Action,
|
||||||
widget=ObjectLinkWidget
|
widget=ObjectLinkWidget
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user