Bug in Dynamic gets -> Where #433

Closed
opened 2019-06-28 21:09:32 +00:00 by oxido21 · 2 comments
oxido21 commented 2019-06-28 21:09:32 +00:00 (Migrated from github.com)

Steps to reproduce the issue

Go to "Dynamic Gets", "Tweak" tab.
In the "Where" section, if you add a row and complete the row like this:
Table Key: a.id equal $this->id

Expected result

The var $this-> to remain like so

Actual result

The simbols $ and > it will be removed, so after saving, the var will look like "this-id".

System information (as much as possible)

  • OS Name & Version: Linux cloud
  • MySql Version: 5.5.5-10.1.40-MariaDB
  • Apache Version:
  • PHP Version: 7.1.30
  • Joomla Version: 3.9.8
  • JCB Version: 2.9.18
  • Browser: All

Additional comments

Screensot: https://i.imgur.com/ZpjVoKv.jpg

### Steps to reproduce the issue Go to "Dynamic Gets", "Tweak" tab. In the "Where" section, if you add a row and complete the row like this: Table Key: a.id equal $this->id ### Expected result The var $this-> to remain like so ### Actual result The simbols $ and > it will be removed, so after saving, the var will look like "this-id". ### System information (as much as possible) - OS Name & Version: Linux cloud - MySql Version: 5.5.5-10.1.40-MariaDB - Apache Version: - PHP Version: 7.1.30 - Joomla Version: 3.9.8 - JCB Version: 2.9.18 - Browser: All ### Additional comments Screensot: https://i.imgur.com/ZpjVoKv.jpg

You can test the staging branch and confirm that this is resolved, thanks for the heads-up. We fixed the validation and filter implementation on subforms... and now the fix is help us with some bugs 👍

You can test the staging branch and confirm that this is resolved, thanks for the heads-up. We fixed the validation and filter implementation on subforms... and now the fix is help us with some bugs :+1:
oxido21 commented 2019-06-30 16:51:30 +00:00 (Migrated from github.com)

Fixed!
Thank you for the quick response.

Fixed! Thank you for the quick response.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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#433
No description provided.