Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem using grouping and multi-value #124

Open
MarkRom opened this issue Jun 7, 2020 · 3 comments
Open

Problem using grouping and multi-value #124

MarkRom opened this issue Jun 7, 2020 · 3 comments
Assignees
Labels

Comments

@MarkRom
Copy link

MarkRom commented Jun 7, 2020

I'm not sure why when using the grouping and multi-value option the saved values ​​are duplicated. Without the grouping option the values ​​are saved correctly without duplicating.

Apex version: Oracle: 12c - Apex 20.1

The code I am using is like the example:

SELECT e.ename d , e.empno r , d.dname grp FROM emp e LEFT JOIN dept d ON d.deptno = e.deptno ORDER BY grp, d

With Grouping:
Issue with Grouping

Without #Grouping
Multi-Value Without Grouping

Properties (All other values in Defaults):
Properties

@nbuytaert1
Copy link
Owner

Can you create the same behaviour on apex.oracle.com?
If so, can you grant me access to your workspace on apex.oracle.com? That way I can take a look at this specific problem.

@nbuytaert1 nbuytaert1 self-assigned this Jun 9, 2020
@nbuytaert1 nbuytaert1 added the bug label Jun 9, 2020
@MarkRom
Copy link
Author

MarkRom commented Jun 11, 2020

Can you create the same behaviour on apex.oracle.com?
If so, can you grant me access to your workspace on apex.oracle.com? That way I can take a look at this specific problem.

This is the workspace

Workspacename: fabaratest
user: marcog.romerov@outlook.com
Password: FabaraTest

In the Aplicación 19203 - Select2 Test in the page 3 is the plugin

Thanks!

@nbuytaert1
Copy link
Owner

Thanks for the demo workspace.

There seems to be a problem with the 'Drag and Drop Sorting' setting in combination with option grouping. If you disable 'Drag and Drop Sorting', the item will work just fine.

I'm not sure what the cause of this bug is, but is it possible for you to disable the 'Drag and Drop Sorting' setting in your case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants