Disouric
Select field with modifyQueryUsing doesn't validate client input
Hello,
When using a select dropdown with an associated relationship, if I modify the query using its options, the changes are appropriately reflected in the dropdown. However, if I manually input an 'option' ID that isn't present in the scoped query, the system still accepts it. How can I prevent this or is there a workaround?
Thank you.
4 replies
Issue with Tenancy-enabled test
I am in the process of developing a test that uses a resource situated within a panel, which has tenancy functionality enabled. However, I'm encountering challenges in getting the test to function as expected.
Below is the PHP code snippet representing the test:
Upon execution, I'm confronted with the following error message:
Any assistance in resolving this issue would be greatly appreciated.
5 replies
Tenancy: associate created record with tenant in CreateAction
Hello,
How can we efficiently link a tenant to a record when it's being generated via a CreateAction, especially within the relationship manager context?
Currently, if someone initiates a new resource item within the relationship manager, this item doesn't get linked with their respective account.
Please note, the subsequent code snippet from
handleRecordCreation
isn't being executed:
6 replies