Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 3.02 KB

File metadata and controls

66 lines (38 loc) · 3.02 KB

Overview of merged pull requests

Review instructions

Currently if you hovered over the button, the title was not showing up.

Since the Feature #3648was introduced in Neos 8.0 I'm open this against the 8.0 Branch.

### Demo !SCR-20230803-nhty

  • Packages: Neos

resolved: #4283

Review instructions I am unsure why the dimensions were not passed to findOneByPath, but without it it does not really work. Also, it is kind of strange that the dimensions in findOneByPath is optional but returns nothing if it is not set. This fixes it for now.

  • Packages: Neos ContentRepository

Upgrade instructions

  • Packages: Neos
  • Fixes: #3560
  • Packages: Neos
  • Fixes: #4418
  • Packages: Neos

trim() and preg_match() expect strings, but Eel with it's loose typing might pass in different types.

  • Packages: Neos Fusion