contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

[#386] Check for node instead of bundle type. #387

Closed BrianGilbert closed 4 months ago

BrianGilbert commented 4 years ago

Task: #386

Check this is a node instead of checking the bundle type.

Notes

This ensures local tasks display correctly on all node types

Test Instructions

Create a node type besides page, create content, at view display local tasks will not be present. Apply pPR to your codebase tclear cache, local tasks will now be present.

QA