[BETA] Ajax controller broken with 3.1.39 update #1058

Closed
opened 2024-02-19 13:39:06 +00:00 by vistamedia · 1 comment
Member

Steps to reproduce the issue

Compile any component using the ajax controller.

Expected result

Ajax queries to work properly

Actual result

Ajax queries are failing because of a typo in the controller

System information (as much as possible)

  • OS Name & Version: Mac 14.2.1
  • MySql Version: 5.7
  • PHP Version: 7.4
  • Joomla Version: 3.10.12
  • JCB Version: 3.1.39
  • Browser: Firefox developer edition

Additional comments

By renaming $jinput to $input you broke the controller as the dynamic methods are still using $jinput. (see screenshots)

### Steps to reproduce the issue Compile any component using the ajax controller. ### Expected result Ajax queries to work properly ### Actual result Ajax queries are failing because of a typo in the controller ### System information (as much as possible) - OS Name & Version: Mac 14.2.1 - MySql Version: 5.7 - PHP Version: 7.4 - Joomla Version: 3.10.12 - JCB Version: 3.1.39 - Browser: Firefox developer edition ### Additional comments By renaming $jinput to $input you broke the controller as the dynamic methods are still using $jinput. (see screenshots)
vistamedia added the
URGENT
Beta
labels 2024-02-19 13:39:52 +00:00
Owner

Apologies... I already fixed it... and the update is already out two hours ago.

https://git.vdm.dev/joomla-beta/pkg-component-builder/archive/v3.1.40-beta.zip

Apologies... I already fixed it... and the update is already out two hours ago. https://git.vdm.dev/joomla-beta/pkg-component-builder/archive/v3.1.40-beta.zip
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#1058
No description provided.