LimeSurvey: master 02429afa

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2021-03-03 12:50:15 master d18149a9
Affected Issues  15819: Missing localization for group_name in add_group, set_group_properties, import_group
Changeset

Fixed issue 15819: Missing localization for group_name in add_group, set_group_properties, import_group (#1793)

'import_group' was working fine.
'add_group' was updated as to save to the QuestionGroupL10n model.

'set_group_properties' was updated as to be able to receive an array on 'questiongroupl10ns' param.
The method is backward compatible. If an 'questiongroupl10ns' is not given, then it is composed from the old name, description and language parameters.

Adding test for 'add_group' y 'set_group_properties'.

mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File
mod - tests/unit/helpers/RemoteControlTest.php Diff File