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
A repeated frustration users have reported is that it does not make sense for the values of the mappings to not recurse.
We chose the strategy of choosing the first mapping record that matches a path and then we use the values for the folder.
But we should instead consider doing this search for each mapping for each value - continuing to recurse if we find a non-null value.
Here is an example where a user expected the values to recurse and contacted us to work out what was wrong:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A repeated frustration users have reported is that it does not make sense for the values of the mappings to not recurse.
We chose the strategy of choosing the first mapping record that matches a path and then we use the values for the folder.
But we should instead consider doing this search for each mapping for each value - continuing to recurse if we find a non-null value.
Here is an example where a user expected the values to recurse and contacted us to work out what was wrong:
The text was updated successfully, but these errors were encountered: