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

[FEATURE] sortByBackendLayout for CONTENT_JSON #746

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

twoldanski
Copy link
Collaborator

New option allows to sort colPos by used backend layout on page

Example usage:

lib.content = CONTENT_JSON
lib.content {
    table = tt_content
    select {
        orderBy = sorting
    }
    sortByBackendLayout = 1
 }

Resolves: #745

New option allows to sort colPos by used backend layout on page

Example usage:
```
lib.content = CONTENT_JSON
lib.content {
    table = tt_content
    select {
        orderBy = sorting
    }
    sortByBackendLayout = 1
 }
```
Resolves: #745
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9854250536

Details

  • 0 of 10 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.4%) to 65.779%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Classes/ContentObject/JsonContentContentObject.php 0 10 0.0%
Files with Coverage Reduction New Missed Lines %
Classes/ContentObject/JsonContentContentObject.php 1 1.89%
Totals Coverage Status
Change from base Build 9792843150: -0.4%
Covered Lines: 988
Relevant Lines: 1502

💛 - Coveralls

@lukaszuznanski lukaszuznanski merged commit 3353a1a into master Jul 9, 2024
8 checks passed
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.

Setting for same order in backend and JSON ouput
3 participants