Commit Graph

309 Commits

Author SHA1 Message Date
naomi b89cfcc2ee Added link to case list, when viewing case
It relies on the referer, and isn't very good.
2018-04-30 18:30:43 +02:00
naomi 7cf4ee557b New activity gets its case from the url 2018-04-30 17:14:51 +02:00
naomi 59964e653e Added Utils class and refactored 2018-04-30 16:49:44 +02:00
naomi 3b7e8c9cbe When creating case, first actor is set from URL
And the contextual menu adds the query string
2018-04-30 15:45:34 +02:00
naomi fc1ae79562 Added contextual menu block 2018-04-30 14:24:01 +02:00
naomi fc982f8376 Added actors field to case & and case to activity 2018-04-30 12:59:07 +02:00
naomi 9d8c6a34d9 Changed paths so non-admin paths are /opencase/* 2018-04-29 15:23:15 +02:00
naomi 469f2413ec Actor entity label now includes subtype 2018-04-29 14:54:28 +02:00
naomi 900ba263c7 Actor name field is now set to full name on save 2018-04-29 14:50:41 +02:00
naomi 76f61b16b7 Added first, middle and last name fields to actor 2018-04-29 14:44:52 +02:00
naomi 4b7f983b27 Generated OpenCase Search module 2018-04-29 14:38:10 +02:00
naomi 249003bf16 Made Actor, Activity and Case entities 2018-04-29 13:58:46 +02:00
naomi 398a6c71a3 Re-generated OpenCase Entities module 2018-04-29 13:52:36 +02:00
naomi 03846a27f7 Generated opencase and opencase_entities modules 2018-04-29 09:22:16 +02:00
naomi 0dceb8c38d Added an access role to views
Just made it "authorised user" for now, to keep the security review happy
2018-04-27 19:18:14 +02:00
naomi d21109ebca Added hat types permission
It kind of works, as it allows the user to add, "edit" and delete hat types - but it does not allow administrating fields
2018-04-27 16:10:10 +02:00
naomi 7097cac863 Removed redirect to home page after login
The way it was done, it didn't work with password reset
2018-04-27 16:09:38 +02:00
naomi aed0aa7b07 Changed file structure of features
Now there are just two features - default_user_config and default_subtypes
2018-04-24 18:56:13 +02:00
naomi 6418adfadd Added features, added module numbers to info files 2018-04-24 18:46:47 +02:00
naomi de8e7c0ab2 Merge branch 'master' of https://github.com/hoegrammer/zencrm 2018-04-24 18:38:59 +02:00
naomi 7da5c8a4b1 Person Search restricted to authenticated users. 2018-04-16 14:12:24 +02:00
naomi b0431c2926 Redirects to home page after login. 2018-04-16 13:48:36 +02:00
naomi c1cebcbddd Added features for example entity subtypes 2018-04-16 13:36:13 +02:00
naomi b92efc4600 css for delete button safety. 2018-04-16 13:35:42 +02:00
naomi 384dae27ed Removed config that will go into features
Also changed Hats view so as not to show the Hat Creator when there are no hats (because it shows in the person panel, which checks for the existence of contact details first)
2018-04-16 11:13:23 +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 78fa86d7e7
Update README.md 2018-04-15 18:04:00 +03:00
naomi 36aadb4ef7 added a bunch of entity bundle configs
example ones, for alpha demo
2018-04-15 16:11:03 +02:00
naomi 09bb49b636 more css 2018-04-15 15:57:52 +02:00
naomi ce80a00a4b Updated / added config for views and blocks 2018-04-15 13:46:28 +02:00
naomi c34669afe6 more css 2018-04-15 13:42:08 +02:00
naomi 01b0a2c93f Styled the modal forms. 2018-04-15 13:21:14 +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 368c355ce5 Fixed edit link on case details block 2018-04-14 18:52:04 +02:00
naomi 73f072a1c5 Created Case Details Block
Will use that for sidebar instead of previous Involved Parties block and case details view
2018-04-14 18:44:38 +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 483d1ac9d9 Added Involved Parties block for case page 2018-04-14 17:20:51 +02:00
naomi 171eaa73a2 cosmetic change 2018-04-14 16:26:24 +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 109c3e14c9 Added controller for creating new cases. 2018-04-12 18:39:07 +02:00