We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With some classes it happens that the same file name is used for different situations,
for example for class modTemplateVarTemplate and
primary: - tmplvarid - templateid:
we can have
templateId: 4 tmplvarid: 15
that will have the same file name as record with:
templateId: 41 tmplvarid: 5
and as a result just the second situation is saved into gitify.
It could be useful to add a key separator or something like that, thanks!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
Doesn't it put a hyphen dot in between the different parts of a composite key?
Sorry, something went wrong.
no, in the example above I have 415.yaml, but may be I'm missing something in configuration..
No branches or pull requests
With some classes it happens that the same file name is used for different situations,
for example for class modTemplateVarTemplate and
we can have
templateId: 4
tmplvarid: 15
that will have the same file name as record with:
templateId: 41
tmplvarid: 5
and as a result just the second situation is saved into gitify.
It could be useful to add a key separator or something like that,
thanks!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: