Skip to content

Commit ee1ccac

Browse files
Merge pull request #824 from sillsdev/feature/debug
Clear sem domain class when uploading new data
2 parents ef14085 + 912fc05 commit ee1ccac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wp-resources/plugins/sil-dictionary-webonary/webonary/Webonary_Cloud.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ public static function resetDictionary($dictionaryId): array
780780
$language = $dictionary->mainLanguage;
781781
update_option('languagecode', $language->lang);
782782
update_option('totalConfiguredEntries', $language->entriesCount);
783+
update_option('mongo_sem_domain', false);
783784

784785
if (!empty($language->letters))
785786
update_option('vernacular_alphabet', self::filterLetterList($language->letters, true));

0 commit comments

Comments
 (0)