Steve Kenworthy
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,...
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...
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...
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...
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...
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.
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...
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...