From 8c4ccfbce80fd9660accb9d6f141e2b4cb7220b6 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:44:22 +0200 Subject: [PATCH 1/3] form: add new options as Tags --- app/src/helpers/yunohostArguments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/helpers/yunohostArguments.js b/app/src/helpers/yunohostArguments.js index 9325d26a1..e63ee3704 100644 --- a/app/src/helpers/yunohostArguments.js +++ b/app/src/helpers/yunohostArguments.js @@ -204,7 +204,7 @@ export function formatYunoHostArgument (arg) { props: defaultProps }, { - types: ['tags'], + types: ['tags', 'users', 'groups', 'users_and_groups'], name: 'TagsItem', props: defaultProps.concat(['limit', 'placeholder', 'options:choices', 'tagIcon:icon']), callback: function () { From b908223a7ff957b3655ed1f7842090544673796c Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:04:18 +0100 Subject: [PATCH 2/3] Update 11.2.4.1 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 480ef6aa4..a9c678f31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +yunohost-admin (11.2.4.1) stable; urgency=low + + - form: add new options as Tags (8c4ccfbc) + - [i18n] Translations updated for Basque, French, Galician, German, Polish, Slovak, Spanish + + Thanks to all contributors <3 ! (Alexandre Aubin, Christian Wehrli, Jorge-vitrubio.net, José M, Jose Riha, Kuba Bazan, Metin Bektas, OniriCorpe, ppr, xabirequejo) + + -- Tagada <36127788+Tagadda@users.noreply.github.com> Wed, 21 Feb 2024 + yunohost-admin (11.2.3) stable; urgency=low - apps: Add link to the package repository in the info page ([#531](https://github.com/yunohost/yunohost-admin/pull/531)) From d5863cb520e5d74a34c422593291abbad9958668 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 21 Feb 2024 02:43:02 +0100 Subject: [PATCH 3/3] revert 11.2.4.1 changelog --- debian/changelog | 9 --------- 1 file changed, 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index a9c678f31..480ef6aa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,3 @@ -yunohost-admin (11.2.4.1) stable; urgency=low - - - form: add new options as Tags (8c4ccfbc) - - [i18n] Translations updated for Basque, French, Galician, German, Polish, Slovak, Spanish - - Thanks to all contributors <3 ! (Alexandre Aubin, Christian Wehrli, Jorge-vitrubio.net, José M, Jose Riha, Kuba Bazan, Metin Bektas, OniriCorpe, ppr, xabirequejo) - - -- Tagada <36127788+Tagadda@users.noreply.github.com> Wed, 21 Feb 2024 - yunohost-admin (11.2.3) stable; urgency=low - apps: Add link to the package repository in the info page ([#531](https://github.com/yunohost/yunohost-admin/pull/531))