View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09743 | Feature requests | Plugins | public | 2015-07-02 13:04 | 2016-01-08 18:18 |
Reporter | Raghnarok | Assigned To | |||
Priority | normal | Severity | @50@ | ||
Status | new | Resolution | open | ||
Product Version | 2.06+ | ||||
Summary | 09743: Limesurvey API getSurvey | ||||
Description | There is no getSurvey function in the LimesurveyApi, you should only add something like: public function getSurvey($surveyId){ | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Story point estimate | |||||
Users affected % | |||||
What about https://manual.limesurvey.org/RemoteControl_2_API#get_survey_properties ? |
|
I'm not using the RPC, this is for a plugin and I don't want to be that slow. There is a lot of functions in LimesurveyApi.php, but not this one, which should be simply added IMO. |
|
You could add it and submit a PR, of course ;) |
|
I added it on my side ;) |
|
Pull Request on Github - see also |
|
Hi, For a plugin : why not directly use Yii model ? Survey::model()->findByPk($surveyId); I use Yii render, Yii model etc ... in my plugins . |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2015-07-02 13:04 | Raghnarok | New Issue | |
2015-07-02 13:08 | c_schmitz | Project | Bug reports => Feature requests |
2015-07-02 13:10 | c_schmitz | Note Added: 32598 | |
2015-07-02 13:12 | Raghnarok | Note Added: 32599 | |
2015-07-02 13:24 | c_schmitz | Note Added: 32600 | |
2015-07-02 13:25 | Raghnarok | Note Added: 32601 | |
2015-07-02 13:49 | c_schmitz | Note Added: 32602 | |
2016-01-08 18:18 | DenisChenu | Note Added: 34254 |