mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
rrs: Recipes don't display if don't exit in Milestone
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
3a39caa055
commit
4be31d683e
|
@ -137,12 +137,12 @@ class RecipeListView(ListView):
|
|||
current_date <= milestone.end_date:
|
||||
version = recipe.pv
|
||||
else:
|
||||
version = ''
|
||||
|
||||
rup = RecipeUpgrade.get_by_recipe_and_date(recipe,
|
||||
milestone.end_date)
|
||||
|
||||
if not rup is None:
|
||||
if rup is None: # Recipe don't exit in this Milestone
|
||||
continue
|
||||
|
||||
version = rup.version
|
||||
|
||||
recipe_upstream = RecipeUpstream.get_by_recipe_and_history(
|
||||
|
|
Loading…
Reference in New Issue
Block a user