Comment 12 for bug 1708959

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/8154
Committed: https://git.mahara.org/mahara/mahara/commit/0432740fd5081283f378055f15510d5a5c4d4352
Submitter: Robert Lyon (<email address hidden>)
Branch: 16.10_STABLE

commit 0432740fd5081283f378055f15510d5a5c4d4352
Author: Robert Lyon <email address hidden>
Date: Fri Aug 25 09:06:39 2017 +1200

Bug 1708959: Fixing 'submitpages' vs 'submittableto' for group

In webservices / csv upload we deal with the variable 'submitpages' in
relation to if one can submit pages to group. But the group
create/update functions and db table expect 'submittableto'.

The csv upload function converts this as expected but the webservices
didn't.

Have made adjustemets to webservices to suit

behatnotneeded

Change-Id: Ia2a593705a85fec88debed63dd55277c8f1acc37
Signed-off-by: Robert Lyon <email address hidden>