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
I am getting this warning when creating terms for vocabularies that don't exist.
Warning: sprintf(): Too few arguments in vendor/drupal/drupal-driver/src/Drupal/Driver/Cores/Drupal7.php line 319
To replicate, use this:
Given "vocabname" terms:
And run the test.
Current behaviour, as above.
Expected behaviour: Show the name of the invalid vocabulary name. i.e. No "locations" vocabulary found.
No "locations" vocabulary found.
The text was updated successfully, but these errors were encountered:
jhedstrom#219 Fixed message
02ec10e
Merge pull request #220 from marcelovani/219-warning
1148b63
#219 Fixed message
4a2e776
#219 Fixed message Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
No branches or pull requests
I am getting this warning when creating terms for vocabularies that don't exist.
To replicate, use this:
And run the test.
Current behaviour, as above.
Expected behaviour:
Show the name of the invalid vocabulary name. i.e.
No "locations" vocabulary found.
The text was updated successfully, but these errors were encountered: