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

Add Sort for multiple Columns #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mangei
Copy link

@mangei mangei commented Sep 24, 2015

No description provided.

for(var i = 0; i< properties.length; i++) {
result += properties[i] + ':' + ((_sort.isDesc === true || _sort.isDesc === 'true') ? 'desc' : 'asc') + ';';
}
return result.slice(0, -1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the last ; really an issue?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am actually not sure, I would have to test it. Previously there was no ; before so i did not want to add one now. I will test this as soon as I have the time.

@mangei
Copy link
Author

mangei commented Sep 28, 2015

@tpinetz
please resolve this PR

@tsalzinger
Copy link
Contributor

any updates?

also please implement in src/main/javascript/service/cat-search-service.js as the method in src/main/javascript/base/SearchRequest.js#L116 is actually deprecated

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

Successfully merging this pull request may close these issues.

3 participants