Site security questions and copy login name.
This commit is contained in:
@@ -35,7 +35,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
public abstract class MPBasicQuestion extends Changeable implements MPQuestion {
|
||||
|
||||
private final MPSite<?> site;
|
||||
private final String keyword;
|
||||
private final String keyword;
|
||||
|
||||
private MPResultType type;
|
||||
|
||||
|
@@ -170,7 +170,7 @@ public class MPJSONFile extends MPJSONAnyObject {
|
||||
if (fileSite.questions != null)
|
||||
for (final Map.Entry<String, Site.Question> questionEntry : fileSite.questions.entrySet()) {
|
||||
Site.Question fileQuestion = questionEntry.getValue();
|
||||
MPFileQuestion question = new MPFileQuestion( site, questionEntry.getKey(),
|
||||
MPFileQuestion question = new MPFileQuestion( site, ifNotNullElse( questionEntry.getKey(), "" ),
|
||||
fileQuestion.type, export.redacted? fileQuestion.answer: null );
|
||||
|
||||
if (!export.redacted && (fileQuestion.answer != null))
|
||||
|
Reference in New Issue
Block a user