Commit Graph

54 Commits

Author SHA1 Message Date
Naomi d026173c8f moved activities view to opencase_default 2020-11-20 17:36:51 +00:00
Naomi 7ecdfbf3e6 changed field order 2020-11-20 14:19:22 +00:00
Naomi dfb12d9be6 moved consent field to opencase_defaults and removed automatic "see all people" menu links 2020-11-20 11:00:52 +00:00
Naomi 21528a436e changed field description 2020-11-17 12:26:39 +00:00
Naomi cde0bbc7e6 moved actors_involved field to defaults 2020-11-17 11:24:18 +00:00
Naomi 8b07bbe63f Removed author field and simplified case title field 2020-11-17 10:47:24 +00:00
Naomi 690ec3b509 Put cases menu link back, and some other things 2020-11-15 17:39:50 +00:00
Naomi 7a9b95bf0d Wiring up new Organisation entity type 2020-11-12 17:35:34 +00:00
Naomi 675a85dfb6 generated Organisation entity 2020-11-12 17:13:28 +00:00
Naomi af3b4727f1 Added some docs 2020-11-09 12:36:08 +00:00
Naomi c46bbc6ffd v1.9 2020-06-05 19:34:44 +01:00
Naomi 18e32335f5 In progress of adding revision views & making entity displays nicer 2020-05-13 15:41:59 +01:00
Naomi 7f88d409f0 1.6.5 more git mixup 2020-02-24 17:17:53 +00:00
Naomi 8841fd4d25 v1.6.4 - more git mixup 2020-02-24 17:09:57 +00:00
Naomi 87241c1f87 v1.6.3 due to git mixup 2020-02-24 16:59:43 +00:00
Naomi 88b5ce3d2e Merge branch 'master' of github.com:hoegrammer/opencase 2020-02-24 13:01:15 +00:00
Naomi ae3976c7b8 Improved new activity date & time field, also...
* Removed dependency of opencase_search on opencase so opencase_search doesn't get uninstalled when refreshing opencase for UI changes
* Changed no-results wording on case views (both displays: all cases & cases for a person)
2020-02-24 12:54:39 +00:00
Naomi f47ded38fa v1.7 - adding datetime field with correct datepicker type & default datetime 2020-02-24 10:57:06 +00:00
Naomi c63cae6b71 Added callback to default to current date
But it isn't displaying, possibly because of having the wrong kind of widget
2020-02-23 17:36:48 +00:00
Naomi a7a96ab03c v1.6 Added activity date time field 2020-02-22 15:31:10 +00:00
Naomi e0260256fa Actor -> Person. Need to update entities 2018-12-15 14:00:26 +00:00
Naomi ad6811b5e9 Changed "Actor" to "Person" in a few places 2018-11-09 16:14:48 +00:00
Naomi 7c30d9d02e postcode weight 2018-10-25 14:55:25 +01:00
Naomi a8c454c509 Made all base fields on actors not configurable
Making them configurable seems to mess up weights and stuff.
2018-09-19 09:15:42 +01:00
Naomi c81ebc4d94 Fixed field type error 2018-09-14 13:59:35 +01:00
Naomi 0371c37786 Added required tickbox, "consent to data storage" 2018-09-10 18:38:55 +01:00
naomi 2a31b1c8ce added linked actor of logged in user to new case 2018-07-09 12:11:07 +02:00
naomi 7bf0f67a06 Added a bunch of config, apparently wasn't in git 2018-07-05 17:57:10 +02:00
naomi 8dc840a53d Made ALL of opencase_defaults config optional.
The idea is you can install it, and use as a basis to configure your own things and then if you uninstall it it shouldn't lose your stuff.
2018-07-05 17:11:32 +02:00
naomi 5863fb7faa moved some files around
trying to organise what was features into submodules
2018-07-05 12:24:14 +02:00
naomi a0ab7282b8 Added bundle labels to cases & activities views
This involved creating access control handlers for cases and activities (also did one for actors for good measure) and regenerating the opencase_features_opencase_ui feature so as to add the "type" field to the views
2018-06-18 18:15:00 +02:00
naomi 12afa00df8 Added permission for configuring opencase bundles 2018-06-18 17:11:45 +02:00
naomi fd1a0d5156 Allowed activity types are a property of case type 2018-06-13 16:29:21 +02:00
naomi 74b6f90c94 Entity relations working in all directions 2018-06-12 18:12:30 +02:00
naomi 7448048f2d Changed default value of Involved Parties to array 2018-06-12 14:11:35 +02:00
naomi c261552cc1 Added private files setting to case entity 2018-05-28 15:11:06 +02:00
naomi b8e49fb9cb Added "time taken" base field to activity
Also removed case field from activity display. It is in the sidebar, no need to have it twice.
2018-05-11 13:19:28 +02:00
naomi 98d856303a minor bugfix 2018-05-11 11:55:26 +02:00
naomi d8aaacec2d Added contact details to actor 2018-05-08 20:44:08 +02:00
naomi e2f77bf301 case base field descriptions 2018-05-08 19:26:33 +02:00
naomi 80f42c7bf3 Added case list link to add-new-case page 2018-05-08 13:21:12 +02:00
naomi f770659cef Tidied base fields 2018-05-07 19:54:30 +02:00
naomi 7dc3e5d563 Added "files" as base field on case 2018-05-07 15:04:01 +02:00
naomi 18d0303f54 Moved base fields around
Because you can't make it put them at the bottom, so I have given them all negative weights so they go at the top and the custom fields start at 0. User is at the top
2018-05-07 14:49:31 +02:00
naomi c909a51c1c minor change to entity display 2018-05-03 14:11:04 +02:00
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 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 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