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
f5f1c427
Commit
f5f1c427
authored
7 years ago
by
Makarand Bauskar
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Revert "[hotfix] fixes for Uncaught TypeError: Cannot read property 'doc' of undefined (#3886)"
This reverts commit
880361db
.
parent
880361db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frappe/tests/ui/data/test_lib.js
+1
-3
frappe/tests/ui/data/test_lib.js
with
1 addition
and
3 deletions
+1
-3
frappe/tests/ui/data/test_lib.js
View file @
f5f1c427
...
...
@@ -55,11 +55,9 @@ frappe.tests = {
value
.
forEach
(
d
=>
{
grid_row_tasks
.
push
(()
=>
{
grid
.
add_new_row
();
let
grid_row
=
grid
.
get_row
(
-
1
);
let
grid_row
=
grid
.
get_row
(
-
1
)
.
toggle_view
(
true
)
;
let
grid_value_tasks
=
[];
grid_row
.
toggle_view
(
true
);
// build tasks to set each row value
d
.
forEach
(
child_value
=>
{
for
(
let
child_key
in
child_value
)
{
...
...
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