|
|
@ -344,7 +344,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
this.localParams = (this.query_params.extraViewParams && this.query_params.extraViewParams.formParams) || {} |
|
|
|
this.localParams = (this.query_params.extraViewParams && this.query_params.extraViewParams.formParams) || {} |
|
|
|
} catch (e) { |
|
|
|
} catch (e) { |
|
|
|
if (e.message === 'Not found') { |
|
|
|
if (e.message === 'Not found' || e.message === 'Meta not found') { |
|
|
|
this.notFound = true |
|
|
|
this.notFound = true |
|
|
|
} else if (e.message === 'Invalid password') { |
|
|
|
} else if (e.message === 'Invalid password') { |
|
|
|
this.showPasswordModal = true |
|
|
|
this.showPasswordModal = true |
|
|
|