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

We need to add group.sort for VIT-2182. #38

Merged
merged 3 commits into from
Dec 18, 2013
Merged

Conversation

BaseOfASE-Corp
Copy link
Contributor

I've changed the way groupbys work in Charizrd. Giving the models more control over the group fields

@@ -76,21 +76,47 @@ public static function sortToString($values) {
}

public static function groupbyToString($values) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This method is getting a bit long.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can't think of anything more groupbys would need, so it shouldn't get any longer

@bayleedev
Copy link
Contributor

👍

array('key' => 'group', 'value' => 'true')
);
//set defaults
$groupbyItems = array('group.limit' => 1,
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like the new test is failing because of the integer 1 here and the string "1" in the test.

@elijahsummers
Copy link
Contributor

👍

BaseOfASE-Corp added a commit that referenced this pull request Dec 18, 2013
We need to add group.sort for VIT-2182.
@BaseOfASE-Corp BaseOfASE-Corp merged commit 248a3fb into master Dec 18, 2013
@BaseOfASE-Corp BaseOfASE-Corp deleted the groupbyUpdate branch December 18, 2013 02:34
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.

None yet

3 participants