PMCORE-1139 Gmail API fields are not required
This commit is contained in:
@@ -798,12 +798,14 @@ emailServer.application = {
|
|||||||
var textClientId = new Ext.form.TextField({
|
var textClientId = new Ext.form.TextField({
|
||||||
id: "textClientId",
|
id: "textClientId",
|
||||||
name: "textClientId",
|
name: "textClientId",
|
||||||
fieldLabel: _("ID_CLIENT_ID")
|
fieldLabel: _("ID_CLIENT_ID"),
|
||||||
|
allowBlank: false
|
||||||
});
|
});
|
||||||
var textClientSecret = new Ext.form.TextField({
|
var textClientSecret = new Ext.form.TextField({
|
||||||
id: "textClientSecret",
|
id: "textClientSecret",
|
||||||
name: "textClientSecret",
|
name: "textClientSecret",
|
||||||
fieldLabel: _("ID_CLIENT_SECRET")
|
fieldLabel: _("ID_CLIENT_SECRET"),
|
||||||
|
allowBlank: false
|
||||||
});
|
});
|
||||||
var buttonContinue = new Ext.Action({
|
var buttonContinue = new Ext.Action({
|
||||||
id: 'buttonContinue',
|
id: 'buttonContinue',
|
||||||
|
|||||||
Reference in New Issue
Block a user