Commit Graph

56 Commits

Author SHA1 Message Date
naomi 6418adfadd Added features, added module numbers to info files 2018-04-24 18:46:47 +02:00
naomi 7da5c8a4b1 Person Search restricted to authenticated users. 2018-04-16 14:12:24 +02:00
naomi 6044a63646 removed "add person" block config (not working)
Also changed Person Search no results behaviour (to use the missing block, but that's ok - it should alert that it's missing, and it's easy to recreate.
2018-04-15 17:15:37 +02:00
naomi 09bb49b636 more css 2018-04-15 15:57:52 +02:00
naomi 58136ba2b4 styling 2018-04-15 12:53:49 +02:00
naomi fae90205a4 Styling 2018-04-15 12:44:07 +02:00
naomi feaaa6cbb8 Added CSS and Javascript. 2018-04-15 10:22:55 +02:00
naomi 5978546333 Removed involved parties from default case view mode
They will be handled by block code because they need to link to the persons not the hats
2018-04-14 18:19:43 +02:00
naomi 72936b0da6 Put content back into case html template
I discovered that it is where the "rendered entity" comes from.
2018-04-14 17:49:58 +02:00
naomi 33a8b1e0a5 Added subject field to activity, and made that the label 2018-04-14 16:01:06 +02:00
naomi 09142a52dc Removed case itself from case page template
Because it will be managed with views and blocks.
2018-04-14 15:32:34 +02:00
naomi 0dec481020 Added route and controller for adding activity to case 2018-04-14 14:40:37 +02:00
naomi 7eb0ee092b Added case field to activity 2018-04-14 13:35:04 +02:00
naomi 7c66cbd791 Cosmetic changes to case entity fields 2018-04-14 13:30:41 +02:00
naomi 9d84451cb0 Hid status field on activity 2018-04-14 13:19:40 +02:00
naomi 484fb5a119 Added activity entity 2018-04-14 12:26:09 +02:00
naomi 74e98818ba Hid some fields in case form display
also added destination to case creator ajax links
2018-04-12 18:46:27 +02:00
naomi 65efcb21b4 Added This Hat's Cases view to config
Also changed case entity paths
2018-04-12 17:47:45 +02:00
naomi b853704700 added case view to person panel. 2018-04-12 17:37:43 +02:00
naomi 0cc4d50d71 Added Involved Parties base field to case
Multi-value entity reference field.
2018-04-12 15:48:24 +02:00
naomi c9cf33ac19 Generate case entity. (Called CaseEntity because "Case" is reserved word) 2018-04-12 15:32:24 +02:00
naomi 61c969d7f4 Created "person panel" block which displays in content area for a person
Also moved contact details view config to zencrm_entities because it is referenced as an entity reference view in a base field on Hat.
2018-04-12 15:11:25 +02:00
naomi 58ac24db8f Added route and controller for editing hat
So that the person id is in the URL.
2018-04-12 13:42:52 +02:00
naomi 79c49eb996 Changed URL for Hat edit page. 2018-04-12 13:14:27 +02:00
naomi fd3ee02099 Added Hat contact details field filtered by entity reference view. 2018-04-12 12:52:01 +02:00
naomi 9575233ee1 Moved more config into optional 2018-04-11 14:49:12 +02:00
naomi 8166372c02 Fixed some paths 2018-04-11 14:35:08 +02:00
naomi 0068566b22 more fixing paths to follow /zencrm policy
it counts for things that they open in popups, too.
2018-04-11 13:19:03 +02:00
naomi 0ec801a42c Changed path for adding hat type to /zencrm
The policy is that all paths (added by the module) that the hosted user will access should start with that.
2018-04-11 12:46:17 +02:00
naomi cf0d928423 Changing routes back after they got changed when regenerating entities 2018-04-11 12:39:39 +02:00
naomi a48e37ad39 Changed name of Profile entity to Hat
so as not to conflict with Profile or Profile2 module on existing sites
2018-04-11 12:18:27 +02:00
naomi 1e1bfe0ca9 removed profile files ready for regenerating as unrevisionable 2018-04-11 11:51:14 +02:00
naomi 10b84fb208 Added base fields back into ContactDetails class 2018-04-11 11:44:47 +02:00
naomi 2ae3fcea56 Made contact details not revisionable 2018-04-11 11:42:45 +02:00
naomi 6d63d5f328 Finished making person not revisionable
Am making stuff not revisionable for the initial hosted release and then will think about how to properly implement revisioning later.
Also removed now-unneeded contact details types vocabulary (contact details type is now a text field)
2018-04-11 11:35:09 +02:00
naomi 4d4f279148 Merge branch 'master' into spike 2018-04-11 11:32:09 +02:00
naomi 494ac6cdc1 Tidied up contact details base fields 2018-04-11 11:30:49 +02:00
naomi add15f2c6d removed all person stuff and rand update entiees 2018-04-11 10:44:29 +02:00
naomi c47ce313b3 Removed all fields from Person in default view mode 2018-04-10 18:09:25 +02:00
naomi 3d8c7f6ca1 removed visibility of base fields in Profile 2018-04-10 17:56:30 +02:00
naomi 20469e3aa7 Search is now case-insensitive. 2018-04-10 17:26:16 +02:00
naomi f764ed5670 Added search module with database server, Person index and view 2018-04-10 13:02:51 +02:00
naomi b629a13ec8 Added address, phone and email to contact details. 2018-04-06 16:14:40 +02:00
naomi 3128d0cabf Profile labels now read "First Name Last Name - Profile Type" 2018-04-06 15:34:03 +02:00
naomi 4a49cfecfb Added contact_details_types vocab and removed previous draft of it 2018-04-06 14:19:48 +02:00
naomi 0ecdf1247c Removed published/enabled checkbox till decide what to do with that.
Also placed author on forms and views
2018-04-06 14:12:29 +02:00
naomi 190a90a4db Set label of Contact Details entity to its type
Also made some trivial changes
2018-04-06 13:58:46 +02:00
naomi 599ee239ff In process with Contact Details type field. 2018-04-06 13:43:25 +02:00
naomi 54f9366fff Added "label" taxonomy term field to Contact Details entity type. 2018-04-06 13:05:05 +02:00
naomi 3424e84588 Generated ContactDetails Entity and added Person field. 2018-04-06 11:14:12 +02:00