https://github.com/pedrofurtado/orocrm-firstname-api-bundle
OroCRM Bundle that defines Oro Contact 'firstName' field as filter and sorter in OroCRM REST JSON API
https://github.com/pedrofurtado/orocrm-firstname-api-bundle
bundle oro oro-contact orocrm orocrm-bundle
Last synced: about 1 month ago
JSON representation
OroCRM Bundle that defines Oro Contact 'firstName' field as filter and sorter in OroCRM REST JSON API
- Host: GitHub
- URL: https://github.com/pedrofurtado/orocrm-firstname-api-bundle
- Owner: pedrofurtado
- Created: 2019-06-24T13:46:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T14:02:58.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T23:55:16.039Z (3 months ago)
- Topics: bundle, oro, oro-contact, orocrm, orocrm-bundle
- Language: PHP
- Homepage: https://packagist.org/packages/pedrofurtado/orocrm-firstname-api-bundle
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OrocrmFirstnameApiBundle
## Introduction
Define Oro Contact 'firstName' field as filter and sorter in OroCRM REST JSON API.Originated from:
* https://github.com/oroinc/crm/issues/306
* https://github.com/oroinc/crm/pull/307## Installation
```bash
$ composer require pedrofurtado/orocrm-firstname-api-bundle
```# Commands
After installation of this Oro Bundle, execute in root folder of oro project:```bash
$ php app/console oro:api:cache:clear
$ php app/console oro:api:doc:cache:clear
$ php app/console cache:clear
$ php app/console oro:migration:load --force --show-queries
```Then, restart the application, clear all caches, and enjoy it!