Commit Graph

268 Commits

Author SHA1 Message Date
Naomi
8e43ad637d Added dependency on opencase module to opencase_search
... because the search view has links to other views. Also added some missing configs to the uninstall hook in opencase.module.
2018-09-06 16:27:14 +01:00
Naomi
d5e767ea9f
Update README.md 2018-07-24 10:26:53 +01:00
Naomi
f97c43bbb2
Update README.md 2018-07-24 10:26:08 +01:00
naomi
ac92336b0e removed dependency of linked actor field on vol 2018-07-24 10:43:55 +02:00
Naomi
bc77e1995d
Update field.field.user.user.field_linked_opencase_actor.yml 2018-07-20 11:34:53 +01:00
naomi
fd661f6a2f added some config that was missed / wrong 2018-07-19 20:01:59 +02:00
naomi
679f40c16d linked actor field config added 2018-07-19 19:13:08 +02:00
naomi
ebd755d86c search view: changed no-results wording &cache off 2018-07-19 16:48:03 +02:00
naomi
c507fb29b7 changed no-results wording in views 2018-07-19 16:47:16 +02:00
naomi
af0040479e added the actual menu as well as the block 2018-07-19 16:46:23 +02:00
naomi
3198c00f5a Added add-actors block which was missing 2018-07-19 16:45:31 +02:00
naomi
2e40dc46f2 removed view caching 2018-07-19 16:29:56 +02:00
naomi
7a21352ac4 activity view query permissions. 2018-07-19 16:22:26 +02:00
naomi
8b274c0d6c Changed some permissions 2018-07-19 15:56:57 +02:00
naomi
775a08319c if you cancel a delete it now goes back to entity
like duh why didn't it just do that by default
2018-07-19 15:51:52 +02:00
naomi
352ea000f0 More on permissions for activities and cases 2018-07-19 15:35:22 +02:00
naomi
ec99009f16 Added access control for viewing activity
Can only view activity if involved in the case.
2018-07-19 15:10:02 +02:00
naomi
d2bd27c960 added another null check to contextual menu 2018-07-19 14:23:44 +02:00
naomi
b5f567f872 changed contact form address to aktivix
because gmail is giving ipv6 errors
2018-07-19 13:54:09 +02:00
naomi
221d16c7fa removed label from contextual menu block 2018-07-19 11:39:15 +02:00
naomi
6b3b744900 Added contact form to opencase_defaults 2018-07-19 11:35:43 +02:00
naomi
1c0195a632 Redirects to activity list on deleteing activity 2018-07-18 22:39:27 +02:00
naomi
a47a06aef3 Gave site admin various permissions 2018-07-18 22:21:22 +02:00
naomi
33feac1977 redirect to home after deleting case or actor
also changed contextual menu code for cases when the actor whose case it is has been deleted
2018-07-18 22:15:45 +02:00
naomi
ddab3e450a fixed bug where case list link not generated 2018-07-18 21:06:26 +02:00
naomi
e588a70a1b Added configs (didn't do that last commit) 2018-07-18 20:15:57 +02:00
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