Add lenient-display-validation param
This commit is contained in:
parent
60fe0fd0f8
commit
10c50a14f0
|
@ -1296,6 +1296,11 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
||||||
throw new Error(formatMessage(I18nConstants.NO_EXPANSIONPROFILE_PROVIDED));
|
throw new Error(formatMessage(I18nConstants.NO_EXPANSIONPROFILE_PROVIDED));
|
||||||
}
|
}
|
||||||
pin.addParameter().setName("profile").setResource(expParameters);
|
pin.addParameter().setName("profile").setResource(expParameters);
|
||||||
|
|
||||||
|
if (options.isDisplayWarningMode()) {
|
||||||
|
pin.addParameter("mode","lenient-display-validation");
|
||||||
|
}
|
||||||
|
|
||||||
if (txLog != null) {
|
if (txLog != null) {
|
||||||
txLog.clearLastId();
|
txLog.clearLastId();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue