Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
仰若水
frappe
Commits
84aa0a6b
Commit
84aa0a6b
authored
7 years ago
by
rohitwaghchaure
Committed by
Rushabh Mehta
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[Fix] On add new row, data is not displaying in the previous row (#4517)
parent
2045e4f1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frappe/public/js/frappe/form/grid_row.js
+1
-1
frappe/public/js/frappe/form/grid_row.js
with
1 addition
and
1 deletion
+1
-1
frappe/public/js/frappe/form/grid_row.js
View file @
84aa0a6b
...
...
@@ -308,7 +308,7 @@ frappe.ui.form.GridRow = Class.extend({
}
else
{
this
.
row
.
toggleClass
(
'
editable-row
'
,
false
);
this
.
columns_list
.
forEach
(
function
(
column
)
{
if
(
column
.
df
.
hidden
==
false
)
{
if
(
!
column
.
df
.
hidden
)
{
column
.
static_area
.
toggle
(
true
);
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help