Get informations about the code, additional settings and how to integrate the existing extensions & services into new bundles.
The CRUD-Controllers to manage the list-entries are all situated in their “real” bundle (e.g. invoice-status is located inside the tpointInvoiceBundle).
tpoint_admin_
to identify the part as content from the Admin-Bundle and display the Page-Navigation from the Admin-Bundle.@Secure(roles="ROLE_ADMIN")
from JMSSecurityExtraBundle) or manually with $this->isGranted('ROLE_ADMIN')
to prevent unauthorized admin-access.@Secure
and/or have the VIEW-Permission for the Bundle (checked in $this->authorizationChecker->isGranted('VIEW', $routeAppName)
)