platform icon indicating copy to clipboard operation
platform copied to clipboard

Main OroPlatform package with core functionality.

Results 125 platform issues
Sort by recently updated
recently updated
newest added

This PR allow to use layout builder twice to render any layout block inside the call of `$layoutManager->getLayout()` during rendering the main website page. **Use case** I want to create...

enhancement
cla: yes

Activity owners is being set after flush and this triggers Note entity update, and then ORO shows original note and duplicate with message that it has been updated by Admin....

cla: yes

I'm trying to call the OroCRM 4.0 REST API using WSSE authentication. My client is a Laravel app using Guzzle (6.3.3). My X-WSSE header is generated using the package available...

Is it a good idea? I recently made a cron job to insert millions of rows from another database. I need to know the progress of the job and at...

This fixture breaks oro install because it runs before required fixture. Without this, this fixture will fail due to missing language.

bug
cla: yes

Due to missing ListenerInterface functional tests are not working.

bug
cla: yes

For functional tests there is no user, as there is no user this throws exception. With this patch functional tests might work.

cla: yes

Hi, The styles of following dialog widgets are broken after update **1) Email template**. oro/platform 3.1.10 ![Selection_999(394)](https://user-images.githubusercontent.com/21358010/62700673-29b9b400-b9eb-11e9-8a41-488ea7142fdc.png) Before (oro/platform 2.6.*) ![Selection_999(393)](https://user-images.githubusercontent.com/21358010/62700702-43f39200-b9eb-11e9-81a0-19a6623ced5d.png) **2) Operation frontend options does not apply** ```yml operations:...

bug
open for contribution

In version 2, I have a extra query for each grid row. Do I need to update my grids configuration?

bug
open for contribution

If a client record have 2000 Attachments, when we use the send email dialog, the "Attach File: From Record" generate a query to get all the Attachments ( without limit...