Add a flag to indicate that a record should be monitored in the future.

This commit is contained in:
Michael Stenta 2018-04-16 14:52:52 -04:00
parent 93cb3eb2f0
commit 0a055ee808
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ function farm_flags_field_allowed_values() {
function farm_flags_farm_flags() {
return array(
'priority' => t('Priority'),
'monitor' => t('Monitor'),
'review' => t('Needs Review'),
);
}