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

Execution ID (Un-)Prefixing does not work with both syntax options #106

Open
u3r opened this issue Nov 18, 2019 · 0 comments
Open

Execution ID (Un-)Prefixing does not work with both syntax options #106

u3r opened this issue Nov 18, 2019 · 0 comments

Comments

@u3r
Copy link

u3r commented Nov 18, 2019

While trying to override an execution (from a non-tiled parent) I discoverd that dependant on versions of the tiles-plugin only one of the syntax options work.

Version 2.12 (both for tile building and execution)
only

<configuration tiles-keep-id="true" />

works.

Version 2.14 (both for tile building and execution)
only

<configuration>
   <tiles-keep-id>true</tiles-keep-id>
</configuration> 

works.

Inclusion of the tile was within a profile.

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

No branches or pull requests

1 participant