From fd4339aef488a9416921c2b00ba299315a26e8bb Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 21 Feb 2021 17:57:47 +0530 Subject: [PATCH] coturn: Remove advanced flag, make app visible to all Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- plinth/modules/coturn/__init__.py | 2 +- plinth/modules/coturn/tests/coturn.feature | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plinth/modules/coturn/__init__.py b/plinth/modules/coturn/__init__.py index 3fa9fb037..7b3a632b7 100644 --- a/plinth/modules/coturn/__init__.py +++ b/plinth/modules/coturn/__init__.py @@ -61,7 +61,7 @@ class CoturnApp(app_module.App): menu_item = menu.Menu('menu-coturn', info.name, info.short_description, info.icon_filename, 'coturn:index', - parent_url_name='apps', advanced=True) + parent_url_name='apps') self.add(menu_item) firewall = Firewall('firewall-coturn', info.name, diff --git a/plinth/modules/coturn/tests/coturn.feature b/plinth/modules/coturn/tests/coturn.feature index 152ecc060..06df829c3 100644 --- a/plinth/modules/coturn/tests/coturn.feature +++ b/plinth/modules/coturn/tests/coturn.feature @@ -6,7 +6,6 @@ Feature: Coturn STUN/TURN Server Background: Given I'm a logged in user - And advanced mode is on And the coturn application is installed Scenario: Enable coturn application