Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
responseListAndManage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SondagesPro
managament
responseListAndManage
Commits
c120bde5
Commit
c120bde5
authored
Dec 19, 2018
by
Chenu Denis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] Add config.xml for 4
parent
82fa1529
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
config.xml
config.xml
+32
-0
responseListAndManage.php
responseListAndManage.php
+1
-0
No files found.
config.xml
0 → 100644
View file @
c120bde5
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>
reponseListAndManage
</name>
<type>
plugin
</type>
<creationDate>
2018-06-20
</creationDate>
<last_update>
2018-12-19
</last_update>
<author>
Denis Chenu
</author>
<authorUrl>
https://www.sondages.pro
</authorUrl>
<version>
1.13.2
</version>
<lastSecurityUpdate>
1.0.0
</lastSecurityUpdate>
<license>
GNU General Public License version 3 or later
</license>
<description>
<![CDATA[ different way to manage response of a survey.]]>
</description>
</metadata>
<compatibility>
<version>
4.0
</version>
</compatibility>
<updaters>
<updater>
<stable>
1
</stable>
<type>
rest
</type>
<source>
https://comfortupdate.limesurvey.org/index.php?r=limestorerest
</source>
</updater>
<updater>
<stable>
0
</stable>
<type>
git
</type>
<source>
https://gitlab.com/SondagesPro/managament/responseListAndManage/tree/master
</source>
</updater>
</updaters>
</config>
responseListAndManage.php
View file @
c120bde5
...
...
@@ -2342,6 +2342,7 @@ class responseListAndManage extends PluginBase {
if
(
in_array
(
$token
,
$aTokens
))
{
$oResponseToken
->
token
=
$token
;
$oResponseToken
->
save
();
\reloadAnyResponse\models\surveySession
::
saveSessionTime
(
$surveyId
,
$currentSrid
,
$token
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment