Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
E
exportCompleteAnswers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SondagesPro
ExportAndStats
exportCompleteAnswers
Commits
aef70f25
Commit
aef70f25
authored
Jan 05, 2015
by
Chenu Denis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix string for null/empty answer code
parent
c3378a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exportCompleteAnswers.php
exportCompleteAnswers.php
+1
-1
No files found.
exportCompleteAnswers.php
View file @
aef70f25
...
...
@@ -80,7 +80,7 @@ class exportCompleteAnswers extends PluginBase {
'type'
=>
'select'
,
'label'
=>
'Condition for adding string to code'
,
'options'
=>
array
(
'notempty'
=>
'If answered
or shown
'
,
'notempty'
=>
'If answered'
,
'notnull'
=>
'If shown to the user'
,
// Not for 2.05 - build 140708
'always'
=>
'Always'
,
),
...
...
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