Skip to content

Commit

Permalink
diabled newText.updateShortDescription as thwiki did not require that…
Browse files Browse the repository at this point in the history
… and handle at wikidata
  • Loading branch information
ptsgrn committed Jun 25, 2024
1 parent f5b61ac commit 5d13918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,8 @@

newText.updateCategories( data.newCategories );

newText.updateShortDescription( data.existingShortDescription, data.shortDescription );
// THWIKI - none for now
// newText.updateShortDescription( data.existingShortDescription, data.shortDescription );

// Clean the page
newText.cleanUp( /* isAccept */ true );
Expand Down

0 comments on commit 5d13918

Please sign in to comment.