diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 88194504c5..422f2bfd93 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py @@ -288,9 +288,7 @@ class BuildArtifact(models.Model): def is_available(self): - if settings.MANAGED and build.project is not None: - return build.buildrequest.environment.has_artifact(file_path) - return False + return build.buildrequest.environment.has_artifact(file_path) class ProjectTarget(models.Model): project = models.ForeignKey(Project) diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 3f3253d6b2..7430338b1c 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -48,7 +48,6 @@ }; -{%if MANAGED %} -{% endif %} - {% block extraheadcontent %} {% endblock %} @@ -80,14 +75,13 @@ Toaster {% if DEBUG %} - + {% endif %} Toaster manual - {%if MANAGED %}
New project
@@ -132,7 +126,6 @@ - {%endif%} diff --git a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html index c8e217e9dd..d324c90712 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html @@ -7,10 +7,8 @@