-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creating a custom item on a relationship type custom object error #269
Comments
Any progress on this one? Right now testing on Acquia and encountered this error as well - in my business case it's a deal breaker |
I get the same error on Mautic v4.4.10, Custom Object 1.0.0 plugin installed. I created a custom object of relationship type -> id 4. I cannot create any relationship item via the mautic interface. I added an item manually to the db db table -> custom_item then, mautic displays the custom relationship item this way... The value that cannot be blank is the name field. See the screen below: It is empty so when you click on save, you get the error: The solution would be to display the name field on the mautic ui. You can also enter directly the custom relationship item name in the db table custom_item. See the screen below: You can add relationship items to a custom object this way...
|
Based on this comment (#277 (comment)), this relationship was built for a specific customer and currently, there are no documents or maintenance for it. @escopecz, should we hide this option for now? And mark it as deprecated, planning to remove it from the codebase later? What's the plan for this from Acquia side? It make confused the users |
@gunnrryy WDYT? |
Just note: I'm currently working on developing a system for managing relationships for children. This will allow us to filter, for example, for orders and the products associated with those orders. I can add a new type and make use of the master object field for it. However, the question remains about what we plan to do with this type of relationship moving forward. For our project, I intend to hide it. |
Mautic Version
4.2.x series
PHP version
no matter
What browsers are you seeing the problem on?
Not relevant
What happened?
It is not possible to create an item from a custom object of a relationship type. Forms generate validation error.
How can we reproduce this issue?
booking
product
with relashionshipproduct
item and see error:Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: