mistral-dashboard/mistraldashboard/action_executions
pengyuesheng 773b34937c Remove redundant exception handling
Some interfaces have been treated abnormally in [1] and [2],
The exception has been processed using handle_errors,
there is no need to do additional processing later.

[1] https://github.com/openstack/mistral-dashboard/blob/master/mistraldashboard/api.py#L358-L365
[2] https://github.com/openstack/mistral-dashboard/blob/master/mistraldashboard/api.py#L347-L355

Change-Id: I0dd4709072e23615054d4c8511f0766bab3a62ea
2019-07-01 11:09:19 +08:00
..
templates/action_executions Update the URLs 2017-08-07 17:04:35 +05:30
__init__.py mistral-dashboard: added action executions screens 2016-12-06 10:46:15 +00:00
forms.py Indent four spaces 2019-05-20 10:21:31 +08:00
panel.py Modify the name of action_executions panel 2019-06-26 10:30:23 +08:00
tables.py Remove redundant exception handling 2019-07-01 11:09:19 +08:00
tests.py Add the unit test for update_action_execution 2019-06-24 10:48:29 +08:00
urls.py Merge "Task table - type column would refer to workflow executions accordingly" 2017-01-24 10:48:22 +00:00
views.py Remove redundant exception handling 2019-07-01 11:09:19 +08:00