146
Views
5
Comments
[Drag-n-drop Sortable List] NotifyGetMessage is empty
Question
drag-n-drop-sortable-list
Web icon
Forge asset by Renato Pauleta

I'm using v10 with a table and I've tried on a couple of modules and each time the NotifyGetMessage on the Sortable OnNotify returns only "nid=".  Any ideas why?

2020-03-04 14-50-24
Armando Gomes

Hey Sienna,

Are you setting the values for the nid parameter?

Cheers!

UserImage.jpg
Sienna

Ok I've found out what's going on but thought I'd leave the question here for anyone else with the same problem....

If you're using a Table then see the Row extended property (nid = "item_" + SortableTable.List.Current.Sortable.Id).

If you're using a List then see the Container extended property (nid = "item_" + SortableLR.List.Current.Sortable.Id).

2022-03-16 23-32-24
Henrique Boiteux

Sienna wrote:

Ok I've found out what's going on but thought I'd leave the question here for anyone else with the same problem....

If you're using a Table then see the Row extended property (nid = "item_" + SortableTable.List.Current.Sortable.Id).

If you're using a List then see the Container extended property (nid = "item_" + SortableLR.List.Current.Sortable.Id).

Hi Sienna! I am having the same problem, how to solve?


RHUBIRHUBIdvapp.sistemaindustria.com.brServiceStudio.jpg
2020-03-04 14-50-24
Armando Gomes

Henrique,

Are you setting the correct value for the NID? You need to do it, and make sure you're using the correct widget.

Cheers!

UserImage.jpg
Tomás Liaño

Hi Armando, I got the same issue, just changed the query in the preparation, checked everything, but the data is not passed in the OnNotify, any idea why?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.