Add batch update via profile for cases and refactor to use shared core classes
authorMatthew Wire <devel@mrwire.co.uk>
Thu, 14 Dec 2017 14:24:16 +0000 (23:24 +0900)
committerMatthew Wire <devel@mrwire.co.uk>
Sun, 28 Jan 2018 16:33:03 +0000 (23:33 +0700)
commit888da08ca087aa2f07b189269600f8ad445b350b
tree4bc188002163b0811212ae05c35fe7244887aade
parent56d3977619ccf28f12c0d7a48d98ce9f86cb25df
Add batch update via profile for cases and refactor to use shared core classes
14 files changed:
CRM/Case/Form/Task.php
CRM/Case/Form/Task/Batch.php [new file with mode: 0644]
CRM/Case/Form/Task/PickProfile.php [new file with mode: 0644]
CRM/Case/Task.php
CRM/Contact/BAO/Contact/Utils.php
CRM/Core/BAO/UFField.php
CRM/Core/BAO/UFGroup.php
CRM/Core/Form/Task.php [new file with mode: 0644]
CRM/Core/Form/Task/Batch.php [new file with mode: 0644]
CRM/Core/Form/Task/PickProfile.php [new file with mode: 0644]
templates/CRM/Case/Form/Task/Batch.tpl [new file with mode: 0644]
templates/CRM/Case/Form/Task/PickProfile.tpl [new file with mode: 0644]
templates/CRM/Core/Form/Task/Batch.tpl [new file with mode: 0644]
templates/CRM/Core/Form/Task/PickProfile.tpl [new file with mode: 0644]