You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a past import that was more than 50 imports ago. I can see it on the unique import list, but when I click the edit button, a javascript error is thrown because the query for non-unique imports returns only 50 entries and none of those match which was selected.
Ideally, we want paging on the import list page. But, we could also modify the all_imports endpoint to accept importPath, destinationType, and destiantionId as filters and only return matching entries.
The text was updated successfully, but these errors were encountered:
I have a past import that was more than 50 imports ago. I can see it on the unique import list, but when I click the edit button, a javascript error is thrown because the query for non-unique imports returns only 50 entries and none of those match which was selected.
Ideally, we want paging on the import list page. But, we could also modify the all_imports endpoint to accept importPath, destinationType, and destiantionId as filters and only return matching entries.
The text was updated successfully, but these errors were encountered: