Commit Graph

642 Commits

Author SHA1 Message Date
naomi c0c415e691 New config for asylum status and language. 2018-07-18 20:05:27 +02:00
naomi 6c384605ec removed old asylum and language fields
and associated config
2018-07-18 19:59:51 +02:00
naomi 09650469bf Only those with "administer users" can link actor 2018-07-18 12:06:22 +02:00
naomi 48dabf1701 minor change: null check 2018-07-17 16:19:25 +02:00
naomi 08fe6dc362 added code to remove exposedfilter when view empty 2018-07-09 20:38:48 +02:00
naomi 3f01a3ad41 typo 2018-07-09 20:31:20 +02:00
naomi d589ef8d69 premission description 2018-07-09 20:29:25 +02:00
naomi a267e222b8 Removed the "view own cases" permission
Now everyone sees cases they are involved in, they don't need a special perm.
2018-07-09 20:26:11 +02:00
naomi 910350699d Added 'view label' access bypass to actors
Was therefore able to get rid of the "view volunteer involvement in cases" stuff which was complicated
2018-07-09 20:15:16 +02:00
naomi c729750705 Case views are now filtered by user involvement
unless the user has the see all cases permission
2018-07-09 19:36:47 +02:00
naomi 351bdb5afd Added "own cases" permission and access check
Works for when viewing a single case, not for view yet though.
2018-07-09 13:21:52 +02:00
naomi 2a31b1c8ce added linked actor of logged in user to new case 2018-07-09 12:11:07 +02:00
naomi 667b109de8 removed client from volunteer engagement 2018-07-09 11:32:12 +02:00
naomi 92d4f74ad7 fixed a sed mistake 2018-07-09 11:22:38 +02:00
naomi 487415c679 Another attempt to fix the "plugin does not exist" 2018-07-09 11:21:09 +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 288751274b Moved more contact form config. 2018-07-05 16:16:42 +02:00
naomi aa130aeede moved more contact form config to main module 2018-07-05 16:15:18 +02:00
naomi f373ac419e Added menu links for "add actors" menu to defaults
Because it has hard coded bundles.
Also remove some config files that were not needed any more.
2018-07-05 16:09:57 +02:00
naomi b1d5c4eddf Moved contact form to opencase module
Using optional config.
2018-07-05 16:07:34 +02:00
naomi 6c6c6d5c92 Added menu link config to opencase module.
For opencase-admin and openc (OpenCase Global) menus.
2018-07-05 15:56:19 +02:00
naomi 73e7ff2656 Uninstall hook in opencase module
Also moved more config files about.
2018-07-05 14:05:50 +02:00
naomi 8dd56d5b51 OpenCase Search module - uninstall hook working. 2018-07-05 13:55:45 +02:00
naomi d229e02f67 moved search config into its own module. 2018-07-05 13:22:45 +02:00
naomi 7ef0628bd6 Deleted features, moved everything into submodules. 2018-07-05 12:29:09 +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 36939720fe User roles as well as bundles are now in module
opencase_defaults... also changed its title
2018-06-29 16:30:05 +02:00
naomi 7e04836ff1 Moved bundle configs from feature into module 2018-06-29 16:23:12 +02:00
naomi b28c7a3f5d removed opencase_search module
it wasn't doing anything - the feature is what does stuff
2018-06-29 15:52:39 +02:00
naomi 5688f89857 removed dependency of opencase on opencase-search 2018-06-29 15:38:43 +02:00
naomi cf0078d1be removed date format configs
easier than working out how to override them
2018-06-29 15:12:39 +02:00
naomi f4c3512501 straighforward bugfix 2018-06-29 14:51:12 +02:00
naomi 4c7cd2067b Made new module, "opencase_defaults".Added a role 2018-06-29 13:04:35 +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 1878d1e2fd fixed bugs in entity type relations/widgets 2018-06-18 16:29:24 +02:00
naomi 050bee1a9b added /vender to .gitignore 2018-06-18 15:23:04 +02:00
naomi d46142ee2b finished entity type relations 2018-06-13 17:51:14 +02:00
naomi fd1a0d5156 Allowed activity types are a property of case type 2018-06-13 16:29:21 +02:00
naomi e601fde1ef Refactored case-type - client-type relationship
and corresponding part of widget
2018-06-13 13:31:04 +02:00
naomi 74b6f90c94 Entity relations working in all directions 2018-06-12 18:12:30 +02:00
naomi e10096c1ca Relations between case type and actor types done 2018-06-12 17:16:40 +02:00
naomi 8941cdfb49 refactoring 2018-06-12 16:11:28 +02:00
naomi 9715401dfc Factored actor type widget stuff into a class 2018-06-12 15:38:30 +02:00
naomi 7448048f2d Changed default value of Involved Parties to array 2018-06-12 14:11:35 +02:00
naomi 48e5080a9c Relation between case types and actor types
Allowed actor types for a case are saved in a base field override for the "involved parties" field.
2018-06-12 14:02:09 +02:00
naomi cba43a04e5 Added config for relatin case types to actor types 2018-05-28 16:21:56 +02:00
naomi ce1d3ca38b CSS'd out the new revision checkbox
I ultimately want to keep it, but will reinstate when I find a way of putting it somewhere sensible on the page
2018-05-28 15:24:15 +02:00
naomi 8294a9647f Added access control to activities view
Just auth user for now
2018-05-28 15:14:18 +02:00