[BETA] Error JRegistry not found on save if admin view contains subform field #1036

Closed
opened 2024-01-24 15:19:07 +00:00 by Sven Lewerentz · 2 comments

Steps to reproduce the issue

  • Create a field, e.g. a text field
  • Create a field of type "subform" and enter the id of the previously created field in the fields property
  • add the subform field to an admin view and compile the component
  • create a new item inside the component and click save

Expected result

  • item saves including the values entered in the field(s) of the subform

Actual result

  • item does not save. Error "Class "JCB\Component\XXX\Administrator\Model\JRegistry" not found

System information (as much as possible)

  • OS Name & Version: Ubuntu running in WSL / Windows 11
  • MySql Version: 8.1.27
  • Apache Version: 2.4.52 (Ubuntu)
  • PHP Version: 8.1.27
  • Joomla Version: 5.0.2
  • JCB Version: 3.1.34 (Beta)
  • Browser: Chrome

Additional comments

### Steps to reproduce the issue - Create a field, e.g. a text field - Create a field of type "subform" and enter the id of the previously created field in the fields property - add the subform field to an admin view and compile the component - create a new item inside the component and click save ### Expected result - item saves including the values entered in the field(s) of the subform ### Actual result - item does not save. Error "Class "JCB\Component\XXX\Administrator\Model\JRegistry" not found ### System information (as much as possible) - OS Name & Version: Ubuntu running in WSL / Windows 11 - MySql Version: 8.1.27 - Apache Version: 2.4.52 (Ubuntu) - PHP Version: 8.1.27 - Joomla Version: 5.0.2 - JCB Version: 3.1.34 (Beta) - Browser: Chrome ### Additional comments
Tom van der Laan added the
Beta
label 2024-01-24 15:25:06 +00:00
Owner

in the last beta release I fixed this issue, let me know if its resolved.

in the last beta release I fixed this issue, let me know if its resolved.
Author

It works with the new version. Thank you for your work and the fix!

It works with the new version. Thank you for your work and the fix!
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#1036
No description provided.