1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

bitbake: toaster: Delete notification update front end implementation to design

Update the delete notifications to reflect feedback from design
review comments.

(Bitbake rev: e47a1cc160c0f1da060884a8585403b35375fb09)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: bavery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood
2016-10-05 17:08:53 -07:00
committed by Richard Purdie
parent 8df56061f6
commit 7f67977518
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ class XhrLayer(View):
return JsonResponse({
"error": "ok",
"gotoUrl": reverse('project', args=(kwargs['pid'],))
"gotoUrl": reverse('projectlayers', args=(kwargs['pid'],))
})