forked from External/mage
Fixed remembering self-referential choices (#12167)
* Fixed remembering self-referential choices * Rename filtered message to auto answer message * Always use auto answer message
This commit is contained in:
parent
40143c648f
commit
42906f519b
4 changed files with 26 additions and 6 deletions
|
|
@ -59,5 +59,6 @@ public final class Constants {
|
|||
public static final String ORIGINAL_ID = "originalId";
|
||||
public static final String SECOND_MESSAGE = "secondMessage";
|
||||
public static final String HINT_TEXT = "hintText";
|
||||
public static final String AUTO_ANSWER_MESSAGE = "autoAnswerMessage";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue