constant TMGMT_JOB_ITEM_STATE_ACCEPTED in Translation Management Tool 7
The translation job item has been reviewed and accepted.
After reviewing a job item it can be accepted by the reviewer. Once the user has accepted the job item, the translated data will be propagated to the source controller which will also take care of flagging the job item as 'accepted' if the translated object could be saved successfully.
Related topics
4 uses of TMGMT_JOB_ITEM_STATE_ACCEPTED
- TMGMTCRUDTestCase::testJobItemsCounters in tests/
tmgmt.crud.test - Test the calculations of the counters.
- TMGMTJobItem::accepted in entity/
tmgmt.entity.job_item.inc - Sets the state of the job item to 'accepted'.
- TMGMTJobItem::isAccepted in entity/
tmgmt.entity.job_item.inc - Checks whether the state of this transaction is 'accepted'.
- tmgmt_locale_update_7000 in sources/
locale/ tmgmt_locale.install - Update existing {locales_target}.l10n_status if any.
File
- ./
tmgmt.module, line 90 - Main module file for the Translation Management module.
Code
define('TMGMT_JOB_ITEM_STATE_ACCEPTED', 3);