You are here

function oa_notifications_details_callback in Open Atrium Notifications 7.2

Node add modal callback.

1 string reference to 'oa_notifications_details_callback'
oa_notifications_show_details_button in ./oa_notifications.module
Builds the show details button.

File

./oa_notifications.module, line 921

Code

function oa_notifications_details_callback($form, $form_state) {
  return oa_notification_render_details($form, $form_state);
}