From 9c45f245dfe56d9ce8071adf20219a02c34fe2c6 Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:23:07 +0100 Subject: [PATCH 1/3] Fix : Use admin group on LDAP --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8641588..17a47da 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,4 +60,4 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - #admin.allowed = "admins" + admin.allowed = "admins" From 6257d221d851ca2d5c2f5d896e48d87a23df55d3 Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:42:23 +0100 Subject: [PATCH 2/3] Fix : this variable isn't used --- manifest.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 17a47da..08fd32f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,9 +41,6 @@ ram.runtime = "50M" type = "group" default = "visitors" - [install.admin] - type = "user" - [resources] [resources.sources.main] amd64.url = "https://github.com/wekan/wekan/releases/download/v7.22/wekan-7.22-amd64.zip" From 64ce1bfa8045867d7b19e92abdca0e8fdd25a84a Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:52:30 +0200 Subject: [PATCH 3/3] Update tests.toml (test) --- tests.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index d65a24d..6793893 100644 --- a/tests.toml +++ b/tests.toml @@ -2,4 +2,5 @@ test_format = 1.0 [default] - test_upgrade_from.413b6e0e52fdf162a40313a4f7960f203a0bc64f.name = "Upgrade from 7.09~ynh1" + #test_upgrade_from.413b6e0e52fdf162a40313a4f7960f203a0bc64f.name = "Upgrade from 7.09~ynh1" + test_upgrade_from.90a8b3fc1e077d28620f1ef4f9099a4476c22944.name = "Upgrade from 7.41~ynh1"