Redirect to the same chart when queuing a chat for update.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -87,8 +87,8 @@ class StatisticQueueView(ConfirmView):
|
||||
|
||||
def get_post_action_redirect(self):
|
||||
return reverse(
|
||||
'statistics:namespace_details',
|
||||
args=(self.get_object().namespace.slug,)
|
||||
'statistics:statistic_detail',
|
||||
args=(self.get_object().slug,)
|
||||
)
|
||||
|
||||
def view_action(self):
|
||||
|
||||
Reference in New Issue
Block a user