https://issues.apache.org/ooo/show_bug.cgi?id=124349
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needhelp | --- Comment #7 from [email protected] --- remove exclusion of read only fields in getSortFieldNames() fixes the wizard let's see who calls getSortFieldNames(): * ReportWizard.leaveStep this where we want it all SortFieldNames, result is used in setSorting which brings us to comment 4, setSorting has 2 implementation of which one has a hack, it prepends the group names to the list of SortFieldNames (see main/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java line 507) seems this implementation is only used when the extension "Oracle Report Builder" is installed (huh?) * QueryWizard.leaveStep QueryWizard makes no use of READ_ONLY property in sort step planed solution: * remove exclusion in SortingComponent.getSortFieldNames() * remove hack in ReportBuilderImplementation -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
