Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
2c1365b9
Commit
2c1365b9
authored
Dec 19, 2016
by
LE GAC Renaud
Browse files
Update HistoryContextMenu to allow empty date.
parent
33be23d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
static/plugin_event/src/grid/plugin/HistoryContextMenu.js
static/plugin_event/src/grid/plugin/HistoryContextMenu.js
+2
-5
No files found.
static/plugin_event/src/grid/plugin/HistoryContextMenu.js
View file @
2c1365b9
...
...
@@ -97,12 +97,12 @@ Ext.define("Event.grid.plugin.HistoryContextMenu", {
panelCfg
=
{
html
:
me
.
textSplitMsg
,
itemId
:
"
splitmsg
"
,
padding
:
5
,
padding
:
5
};
formCfg
=
{
items
:
[{
allowBlank
:
fals
e
,
allowBlank
:
tru
e
,
altFormats
:
""
,
fieldLabel
:
me
.
textEnterNewDate
,
format
:
"
Y-m-d
"
,
...
...
@@ -112,9 +112,6 @@ Ext.define("Event.grid.plugin.HistoryContextMenu", {
xtype
:
"
datefield
"
}],
buttons
:
[{
// Validation is not working ?
// formBind: true,
// disabled: true,
itemId
:
"
closesplitaction
"
,
text
:
"
OK
"
},
{
...
...
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