[yocto] [layerindex-web][PATCH] Redirect user to correct url after editing a layer

2017-08-17 Thread Amanda Brindle
Before, if a user edited a layer's name, they would be redirected to a url utilizing the old name and then receive a 404 Page not found error. Now, the url utilizes the new name. Fixes [YOCTO #11932] Signed-off-by: Amanda Brindle --- layerindex/views.py | 4 1

Re: [yocto] [layerindex-web][PATCH] Redirect user to correct url after editing a layer

2017-08-17 Thread Paul Eggleton
Hi Amanda, Thanks - a few issues noted below. On Tuesday, 15 August 2017 10:50:56 AM NZST Amanda Brindle wrote: > Before, if a user edited a layer's name, they would be redirected > to a url utilizing the old name and then receive a 404 Page not > found error. Now, the url utilizes the new name.

[yocto] [layerindex-web][PATCH] Redirect user to correct url after editing a layer

2017-08-14 Thread Amanda Brindle
Before, if a user edited a layer's name, they would be redirected to a url utilizing the old name and then receive a 404 Page not found error. Now, the url utilizes the new name. Signed-off-by: Amanda Brindle --- layerindex/views.py | 14 +- 1 file