- πΊπΈUnited States wylbur Minneapolis, Minnesota, USA
Closing this as Outdated as Drupal 7 is EOL.
Hey there, simple problem/fix for D7.
redirect_entity_simple entity doesn't define a 'bundles'
array, but it does define ['entity keys']['bundle']
. entity_get_info()
is pretty explicit about this:
// If no bundle key is provided, assume a single bundle, named after
// the entity type.
We could refactor to define ['bundles']['redirect']
with ['label'] and ['admin']['path'] and ['access arguments'] etc, but unless there's value in that it's easier to just omit ['entity keys']['bundle']
.
Review/commit patch - or just leave issue for our reference :)
None
Will include Bundle info in return value of entity_get_info()
.
None.
Closed: outdated
1.0
Code
The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this as Outdated as Drupal 7 is EOL.