Skip to content

Commit

Permalink
fix infinite loading spinner when incorrect UUID is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Coulson committed Jan 24, 2025
1 parent e62b236 commit 0d3a97d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/metadata-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@ export default class MetadataEditorV extends Vue {
this.clearConfig();
// Product was not found, unlock the UUID
this.lockStore.unlockStoryline();
reject();
} else {
const configZip = new JSZip();
// Files retrieved. Convert them into a JSZip object.
Expand Down
1 change: 0 additions & 1 deletion src/lang/lang.csv
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ editor.editMetadata.loading,Storyline product is loading. Larger products can ta
editor.editMetadata.message.error.noConfig,No config exists for storylines product.,1,Aucune configuration n'existe pour le produit Storylines.,0
editor.editMetadata.message.error.failedZipFile,Failed to process ZIP file.,1,Échec du traitement du fichier ZIP.,0
editor.editMetadata.message.error.noRequestedVersion,The requested version does not exist.,1,La version demandée n'existe pas.,0
editor.editMetadata.message.error.noResponseFromServer,"Failed to load product, no response from server",1,"Échec du chargement du produit, aucune réponse du serveur",0
editor.editMetadata.message.error.malformedProduct,The requested product {uuid} is malformed.,1,Le produit demandé {uuid} est mal formé.,0
editor.editMetadata.message.error.failedSave,Failed to save changes.,1,Échec de l'enregistrement des modifications.,0
editor.editMetadata.message.error.unauthorized,The product is being accessed by another user. Please try again later.,1,[FR] The product is being accessed by another user. Please try again later.,0
Expand Down

0 comments on commit 0d3a97d

Please sign in to comment.