Download the PHP package kaliop/kaliop-ez-remoteid-bundle without Composer
On this page you can find all versions of the php package kaliop/kaliop-ez-remoteid-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kaliop/kaliop-ez-remoteid-bundle
More information about kaliop/kaliop-ez-remoteid-bundle
Files in kaliop/kaliop-ez-remoteid-bundle
Package kaliop-ez-remoteid-bundle
Short Description Bundle provides Reference tab to location view in admin panel where the remoteID can be changed by user with right permissions.
License MIT
Informations about the package kaliop-ez-remoteid-bundle
KaliopEzRemoteIdBundle
Bundle adds Reference tab in location view in admin panel where the remoteID can be changed by user with right permissions.
Instalation
-
Enable bundle in kernel
-
Add KaliopEzRemoteIdBundle to assetic configuration.
-
Import routings in app/config/routing.yml
- Configuration
defaults in a given example are set when this values are not provide. For example this config can be also achieved by:
Note: Please keep in mind that max_length
should not exceed constraints in the database tables what is 100 characters (VARCHAR(100)
). This can differ from different versions of ezPlatform so it's good practice to check it with your current implementation.
Note: Invalid pattern message is in two variants. If the pattern desctiption is defined in the translation domain
kaliop_ez_remote_id
like the one below:
Then the validation message is build from key kaliop_ez_remote_id.validator.remote_id_pattern.invalid
and the description is available in parameter %patternDescription%
. If there is not translation for the pattern
then kaliop_ez_remote_id.validator.remote_id_pattern.invalid_default
is used and the pattern is available
in the %pattern%
parameter.
-
Clear cache
-
Install assets
- Configure permissions by adding the right policies. The view policy is for showing the Reference tab in the location view. Edit enable user to change the remote ID.