View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
15819 | Bug reports | RemoteControl | public | 2020-02-05 09:18 | 2021-04-06 14:43 |
Reporter | fabianlehner | Assigned To | gabrieljenik | ||
Priority | none | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 4.1.1 | ||||
Fixed in Version | 4.4.15 | ||||
Summary | 15819: Missing localization for group_name in add_group, set_group_properties, import_group | ||||
Description | See also 15813. Group names have been moved to a localization table, the remote control methods mentioned above still need to be adapted to that. At the moment, setting the group name through | ||||
Steps To Reproduce | Try to create a new group or set the group name through RC. | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 4.1.0+200128 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | Postgres 11 | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | 7.4.2 | ||||
Hi, is there any news about this one ? |
|
'import_group' was working fine. 'set_group_properties' was updated as to be able to receive an array on 'questiongroupl10ns' param. Adding test for 'add_group' y 'set_group_properties'. PR: https://github.com/LimeSurvey/LimeSurvey/pull/1785 |
|
New PR replacing prior one: |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=31496 |
|
LimeSurvey: master 02429afa 2021-03-03 13:50 Committer: GitHub Details Diff |
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'. |
Affected Issues 15819 |
|
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
mod - tests/unit/helpers/RemoteControlTest.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-05 09:18 | fabianlehner | New Issue | |
2021-02-17 18:21 | Wavenetche | Note Added: 62327 | |
2021-02-18 14:12 | c_schmitz | Sync to Zoho Project | => |Yes| |
2021-02-18 14:32 | c_schmitz | Assigned To | => c_schmitz |
2021-02-18 14:32 | c_schmitz | Status | new => acknowledged |
2021-02-25 15:03 | gabrieljenik | Note Added: 62521 | |
2021-03-02 22:10 | gabrieljenik | Note Added: 62627 | |
2021-03-29 14:54 | c_schmitz | Status | acknowledged => closed |
2021-03-29 14:54 | c_schmitz | Resolution | open => fixed |
2021-03-29 14:54 | c_schmitz | Fixed in Version | => 4.4.15 |
2021-04-06 14:43 | gabrieljenik | Changeset attached | => LimeSurvey master 02429afa |
2021-04-06 14:43 | gabrieljenik | Note Added: 63825 | |
2021-04-06 14:43 | gabrieljenik | Assigned To | c_schmitz => gabrieljenik |