branch bow-v2-go updated (2a0232e -> 7b1a18d)
This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 2a0232e ajout delai avant enregistrement maxResult et MaxTagInCloud new 7b1a18d correction recherche par tag depuis le navigateur The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7b1a18dc5e2fc8d384e814dec17e42c0faa08b23 Author: Benjamin <poussin@codelutin.com> Date: Tue Jun 2 18:22:47 2020 +0200 correction recherche par tag depuis le navigateur Summary of changes: web/src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 7b1a18dc5e2fc8d384e814dec17e42c0faa08b23 Author: Benjamin <poussin@codelutin.com> Date: Tue Jun 2 18:22:47 2020 +0200 correction recherche par tag depuis le navigateur --- web/src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/Home.vue b/web/src/views/Home.vue index 41be2c2..9f0df6a 100644 --- a/web/src/views/Home.vue +++ b/web/src/views/Home.vue @@ -48,7 +48,7 @@ class Home extends Vue { return [] } - return Array.isArray(tags) ? [...tags] : [tags] + return Array.isArray(tags) ? [...tags] : tags.split(/[\s,;]+/) } fetchBookmark() { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm