-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate revisional entity content is broken #4139
Conversation
@clemens-tolboom this is ready to test? |
? ... we just need the semi-colon back right? |
Sure, I just want to confirm, there is nothing else pending to commit, we will check and merge soon. Thanks for your contributions. |
Are there tests available (for checking generated code)? ... I'm just busy doning #4138 :-) |
Sadly, we don't have support for that kind of tests :S |
@enzolutions I tried to test through #3939 ... can you help with that? |
Thanks @clemens-tolboom |
* Add command option has-bundle-permissions and use on entity. * Add (Entity}Permissions.php file. * Add permission_callback to permissions.yml file. * Added fix from #4139 as it hurts. * Add own permissions checks.
* Update services.yml * Fix Travis tests * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * 1 * Ensure $roles is an array when creating users. (#4134) This prevents an error from being thrown when constructing the success message. See #4133. * Generate revisional entity content is broken (#4139) * Add bundle permissions for content entity (#4138) * Add command option has-bundle-permissions and use on entity. * Add (Entity}Permissions.php file. * Add permission_callback to permissions.yml file. * Added fix from #4139 as it hurts. * Add own permissions checks. * Add --default option to database:add (#4143) This option allows to set the database as the default one instead of adding a new database in addition to the default one. See: #4142 * Update version to 1.9.3 (#4144) * Update version to 1.9.3 * Remove Module/InstallCommand::moduleRequirement * Remove
This lack of ; was introduced in dd64922