You are here

function oa_messages_ajax_load_notification_methods in Open Atrium Core 7.2

AJAX callback to return search space values.

1 string reference to 'oa_messages_ajax_load_notification_methods'
oa_messages_build_message_notifications_table in modules/oa_messages/oa_messages.admin.inc
Helper function to build the message notifications table.

File

modules/oa_messages/oa_messages.admin.inc, line 308
Provides forms and pages for administering oa_messages.

Code

function oa_messages_ajax_load_notification_methods($form, &$form_state) {
  return $form['oa_messages']['message_notifications']['all_spaces'];
}