[Fusionforge-commits] FusionForge branch master updated. 6.0.4-793-ge274b67

Franck Villaume nerville at libremir.placard.fr.eu.org
Thu Aug 25 17:53:38 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  e274b6730f658f7d2cc772a74bc92dd13d1ad07c (commit)
      from  5e2099a408221120e4132e09fc660b66efed5acd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=e274b6730f658f7d2cc772a74bc92dd13d1ad07c

commit e274b6730f658f7d2cc772a74bc92dd13d1ad07c
Author: Stéphane-Eymeric Bredthauer <sebredthauer at gmail.com>
Date:   Thu Aug 25 17:37:11 2016 +0200

    Taskboard: fix 2 filter tasks on taskboard display

diff --git a/src/plugins/taskboard/www/js/agile-board.js b/src/plugins/taskboard/www/js/agile-board.js
index 0a38682..0e490fa 100644
--- a/src/plugins/taskboard/www/js/agile-board.js
+++ b/src/plugins/taskboard/www/js/agile-board.js
@@ -441,7 +441,7 @@ function applyTaskFilter() {
 					$(container).addClass('filtred');
 				}
 			} else {
-				$TaskDescription = $(container).find('a.agile-toolbar-get-description').attr('title');
+				$TaskDescription = $(container).find('a.agile-toolbar-get-description').text();
 				if (sTaskName.match(sFilter) || $TaskDescription.match(sFilter)) {
 					$(container).removeClass('filtred');
 				} else {

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/taskboard/www/js/agile-board.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list