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 766b923303689451e2dbe881d26d0239fa2cfcfe (commit)
from 7d0208b0531fd95baaa7a953707b8427b98a52b4 (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=766b923303689451e2dbe881d26d0239fa2cfcfe
commit 766b923303689451e2dbe881d26d0239fa2cfcfe
Author: Stéphane-Eymeric Bredthauer <[email protected]>
Date: Sat Mar 18 12:22:26 2017 +0100
Tracker: Formula, priority fix
diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php
b/src/common/tracker/include/ArtifactTypeHtml.class.php
index f57ae69..35ed7af 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -1389,7 +1389,7 @@ class ArtifactTypeHtml extends ArtifactType {
$.ajax({
type: 'POST',
url: 'index.php',
- data:
'rtype=ajax&function=get_formulas_results&group_id='+groupId+'&atid='+atId+'&status='+$("select[name='status_id']
option:selected").text()+'&assigned_to='+$("select[name='assigned_to']
option:selected").text()+'&priority='+$("select[name='priority']
option:selected").text()+'&'+$("[name^='extra_fields'], #tracker-summary,
#tracker-description").serialize(),
+ data:
'rtype=ajax&function=get_formulas_results&group_id='+groupId+'&atid='+atId+'&status='+$("select[name='status_id']
option:selected").text()+'&assigned_to='+$("select[name='assigned_to']
option:selected").text()+'&'+$("[name^='extra_fields'], #tracker-summary,
#tracker-description, [name='priority']").serialize(),
async: false,
dataType: 'json',
success: function(answer){
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/include/ArtifactTypeHtml.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits