Jim O'Halloran

Results 15 issues of Jim O'Halloran

**Is your feature request related to a problem you've encountered? Please describe.** Recent design changes on google search result pages make it harder to distinguish ads from organic search results....

suggestion

**Summary** The oro/crm package declares a dependency on oro/platform that is incorrect. Requires "4.1.*" actually "^4.1.1". **Steps to reproduce** Start with a blank "crm-application" at 4.1.0. Run `composer install` to...

enhancement
scheduled for implementation

**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 "ROUND()" in a DQL...

This PR is a simple fix for #1061. Currently when ignore-tabbable.js switches focus to a new element, the contents of the new element is not highlighted breaking the default web...

cla: yes

**Summary** The default behaviour for a HTML based web app is to highlight the contents of a field when tabbing into it so the value can be replaced easily. This...

bug
open for contribution

**Summary** A bundle that has a large number of schema migration versions eventually become unwieldy because of the large number of folders in the `Migrations/Schema` folder. Everything still works, it's...

enhancement
open for contribution

**Summary** I've got a OroCRM installation running 4.1.5, which has just been upgraded to 4.1.7. This worked fine locally in a docker environment running MySQL 5.7.28. When I roll the...

**Summary** I'd like to be able to set the current workflow step via the API. Either as a "virtual field" on the related entity, or through a separate API call....

enhancement
open for contribution

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...

**Summary** After instaling the `symfony/amazon-mailer` package and configuring the mailer_dsn (tried the ses://, ses+https:// and ses+api:// schemes), OroCRM is unable to send the new user invitation email successfully. The UI...