Steve Kenworthy

Results 9 issues of Steve Kenworthy

Steps to reproduce: 1. git clone ffcrm... 2. bundle install 3. rake db:create 4. rake db:migrate I get the following error (truncated): ``` == 20230526211831 CreateActiveStorageTables: migrating ======================== -- create_table(:active_storage_blobs,...

Bug

If we have a docker image with demo data loaded, we could use this as a way to 'snap back' the data to a clean state once a day. This...

(this occurs on Postgres DB, haven't checked the mysql or sqllite) - edit a contact - enter a very long link into Linked In field - press submit DB error...

Bug

We need to update and improve the installation documentation. e.g. we don't cover cases for users who don't have an existing mysql or postgresql DB (or know how to install...

Deployment
Website & Guides
help wanted

Using the quick find feature of CRM, when I search for something and then change the entity type from say, Contacts, to Opportunities, the search should be re-run to get...

UI
Bug

When a clean FFCRM instance is created (or demo data loaded), there is no generic custom field group that contains all the custom fields that do not belong in a...

Database
Custom Fields

We like the ability to lock down tags so that only admins can create them. This could be a setting that enables an admin to decide if that is allowed.

Feature

I'm in Opportunities and I carefully build an advanced find set of criteria, then want to view the details, I forget to click on the "edit" button on the row...

Feature

It seems strange to me that 'subscribed_users' is not a join table. Instead, it is a serialized attribute on each of Contacts, Accounts, Opportunities, Campaigns, Leads and Tasks. This makes...