Markus Günther
Markus Günther
The restore button has some props that are not used and can be removed. **What I did** Removed the unused props of `user` and `addFlashMessage`.
We now use PHP version 8.0 as minimal version. So we need to adjust the CircleCI images.
**What I did** Update dependencies and adjust configuration for babel. **How I did it** Follow the upgrade guide of the babel website. **How to verify it** Check if the backend...
**What I did** Increased the default node version to 16 as it is the Active LTS version
### Description If you are using inline tables with the CKEditor, you will have multiple dropdowns for the column and row settings. When you open them by the down-arrow and...
### Description When you work with countless backend users and workspaces, it may happen that the restricted editors maybe are confused by all the available workspaces. And sometimes select a...
### Description The Auto-Publish checkbox and label is just not properly aligned actually. ### Steps to Reproduce 1. Login to the backend 2. Open the publish drop-down #### Expected behavior...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When you use the `ChangePropertyValue` for node migrations and have a...
Would be nice to migrate to typescript. It is also possible to get rid of immutable library.
Redux-form is included as plain file and not as dependency from https://github.com/erikras/redux-form/ This should be changed and there will be some adjustments to make it work again.