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

Fixed #683 - relations not exporting. #639

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

KevinJump
Copy link
Owner

Fixes that relations don't get exported.

by default no relations are actually exported (because we don't export the default ones).

to enable them you have to set the exclude and include relations values.

"Sets": {
      "Default": {
        "Handlers": {
          "RelationTypeHandler": {
            "Settings": {
              "Exclude": "s",
              "IncludeRelations": "true"
            }
          }
        }
      }
    }

@KevinJump KevinJump merged commit 1fb88d0 into v13/main May 16, 2024
@KevinJump
Copy link
Owner Author

Fixes #638

@KevinJump KevinJump deleted the v13/relation-fixes branch May 16, 2024 12:43
KevinJump added a commit that referenced this pull request May 24, 2024
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.

1 participant