Add supported boolean key to branch entities
1 unresolved thread
1 unresolved thread
Closes #3524717
Merge request reports
Activity
- Resolved by Fran Garcia-Linares
- Resolved by Fran Garcia-Linares
As part of this, we'd also want to display a box with the
Supported
message when viewing the different pages. The templates can be found here: https://git.drupalcode.org/project/api/-/tree/2.x/templatesadded 1 commit
- 9848b739 - Adding a twig implementation for the sake of discussion :)
13 13 */ 14 14 #} 15 15 {% if branch is not empty %} 16 {% if branch.isPreferred() == false %} changed this line in version 5 of the diff
added 1 commit
- 06e58c21 - Replace branch twig based docs with a more generic message based one driven...
added 1 commit
- 383fc879 - Also added alternate handling to lead to current branch same item or current...
added 1 commit
- 973cdb4a - - Make the message more readable, less tech jargon, like Symfony
Please register or sign in to reply