Bugzilla – Attachment 31990 Details for
Bug 12956
Users are not linked to a fund
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12956: Users are not linked to a fund
PASSED-QA-Bug-12956-Users-are-not-linked-to-a-fund.patch (text/plain), 1.12 KB, created by
Kyle M Hall (khall)
on 2014-10-03 14:46:05 UTC
(
hide
)
Description:
[PASSED QA] Bug 12956: Users are not linked to a fund
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-10-03 14:46:05 UTC
Size:
1.12 KB
patch
obsolete
>From ee86173e5fece083defff5cd00b133917cb87e59 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 18 Sep 2014 12:40:21 +0200 >Subject: [PATCH] [PASSED QA] Bug 12956: Users are not linked to a fund > >When creating a fund, if you add some users, they are not linked to the >fund. >Note that it works if you link them when editing the fund. > >Test plan: >- Try to link users to a fund on creating it. >- On editing, you should see the linked user list. > >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > admin/aqbudgets.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/admin/aqbudgets.pl b/admin/aqbudgets.pl >index 1a66c9c..fbee4da 100755 >--- a/admin/aqbudgets.pl >+++ b/admin/aqbudgets.pl >@@ -253,7 +253,7 @@ if ($op eq 'add_form') { > $template->param(error_not_authorised_to_modify => 1); > } > } else { >- AddBudget( $budget_hash ); >+ $budget_hash->{budget_id} = AddBudget( $budget_hash ); > ModBudgetUsers($budget_hash->{budget_id}, @budgetusersid); > } > $op = 'list'; >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12956
:
31699
|
31779
| 31990