Error re-saving Getcustims dynamicgets with Joomla table option #1180
Labels
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1180
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce the issue
Create a Getcustom dynamics get and select joomla database table
Expected result
Save the first time and able to save after change
Actual result
Cannot re-save after initial save. Getting error:
"Save failed with the following error: Incorrect integer value: '' for column 'view_table_main' at row 1"
System information (as much as possible)
Additional comments
I found more of this error:
It is specific to all dynamicgets that are Getcustoms types. This message relates to a table named qyj_componentbuilder_dynamic_get . The column is question gets a '0' value on the getcustoms dynamicgets type with a joomla database selection option. The getlistQuery and getitems all get values when saved, but getcustoms do not. I did a query on four columns of the table.
SELECT
id
,asset_id
,view_selection
,view_table_main
FROMqyj_componentbuilder_dynamic_get
WHERE 1;The results files screen shots are included with this issue.
I had a similar issue, it was fixed in the latest alpha3 update, so I would recommend you to update JCB and try again.
just upgraded to JCB Version: 5.0.4-alpha3 and it looks like the issue is resolved. I am testing my component further to verify.
Yes we fixed this issue, its database related, and should now be resolved.