You are here

function _oa_core_select2widget_current_label in Open Atrium Core 7.2

Return translated Active option.

3 calls to _oa_core_select2widget_current_label()
oa_core_select2widget_ajax_callback in ./oa_core.module
Copy of select2widget_ajax_callback to add in All/current space.
oa_core_select2widget_entity_validate_field in includes/oa_core.fields.inc
Validate the entities as real, including custom all/current.
_oa_core_select2widget_process_entity_labels in includes/oa_core.fields.inc
Turn the current values to labels for select2 init/default value.

File

./oa_core.module, line 276

Code

function _oa_core_select2widget_current_label() {
  return t('- Active Space -');
}