-
It is best practice to offer a health check endpoint which can be checked by tools like loadbalancers and orchestration tools like Kubernetes, Swarm or rancher to see whether the instance of the syste…
-
**Summary**
When you change the assigned user for an event, then change information, the child events (attendees ones) are not modified.
**Steps to reproduce**
- First create 3 users (ie: use…
-
**Summary**
When saving config for certain integrations via Oro admin, an exception is thrown which ends up displaying an error to the admin user
**Steps to reproduce**
Attempt to save the co…
-
Hi,
I'm using oro platform 3.1. There is a route in my application which allows anonymous users to submit a form. In my action method I am changing some fields of an existing entity record and pers…
-
**Summary**
The `oro/doctrine-extensions` package provides a round function. However the `OroEntityBundle` does not register it and it can't be used.
**Steps to reproduce**
Try to call "ROUN…
-
**Summary**
Hi,
Just upgraded to 4.1.9 and it seems there is a new Bundle that was added between the two patch versions. Is it missing migrations or something ?
It produce the error when ru…
-
Hi,
I just looked around and I saw that the UserInterface of FOSUserBundle must be in plaintext.
How does it impact the security if we do that and also use the regular login method (i.e using the for…
-
**Summary**
Upon adding translation, installation fails.
**Steps to reproduce**
Add data migration script that installs translation into the system. Sample code use:
`/** @var TranslationMan…
-
**Summary**
We have faced an issue where oro:migration:load fails if for example you inject huge service like ActivityManager into one of you commands. Somehow creation of ActivityManager service g…
-
First of all, way to reproduce problem:
1. Set lang in the settings to default (English)
2. Add a custom "test" field for the Account entity, set it's label to "Test" (click "update schema", and so on…