Hi,
Sometimes, when clicking a record in the Browse Form, it jumps back to nuhome instead of opening the Edit Form.
I've seen this over and over again. But it doesn't always happen, only occasionally.
As a result, the breadcrumbs are messed up.
You'll see it in this recording (the glitch occurs after 5 seconds for the first time)
http://vimeo.com/251023960
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Edit record flaw Topic is solved
Re: Edit record flaw
toms,
I've seen it too but I haven't got any answers yet.
I'll have a close look at your video but let us know if you get any other clues - anyone.
Steven
I've seen it too but I haven't got any answers yet.
I'll have a close look at your video but let us know if you get any other clues - anyone.
Steven
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Edit record flaw
I debugged a bit and found out that whenever the var r is undefined, the glitch happens.
The question is therefore why the variable is sometimes undefined.
Code: Select all
var r = window.nuFORM.getProperty('redirect_form_id');
The question is therefore why the variable is sometimes undefined.
You do not have the required permissions to view the files attached to this post.
Re: Edit record flaw
toms,
Great find!
All I needed to do was add redirect_form_id as a default breadcrumb property.
Easy to fix but hard to find.
(Its now on Github)
Steven
Great find!
All I needed to do was add redirect_form_id as a default breadcrumb property.
Easy to fix but hard to find.
(Its now on Github)
Steven
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Edit record flaw
The jumping back seems to be fixed now. However, there is still a little flaw. Sometimes, an empty breadcrumb is added as shown in the picture.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Edit record flaw
I found out that this happens when you double-click on an item in the Browse form.
Some people double-click out of habit..
Some people double-click out of habit..
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am