-
Notifications
You must be signed in to change notification settings - Fork 0
Pro 1821/include all metadata #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: PRO-1815/get-access-token-with-post
Are you sure you want to change the base?
Changes from 5 commits
0841d37
54245f1
57cef16
551d93d
5e099ad
af44373
2233b9e
ccae386
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -736,7 +736,6 @@ export default { | |
| let ww, hh; | ||
|
|
||
| const altText = me.altInput.value; | ||
| const description = me.fileDescription.value; | ||
| const fileName = me.filenameInput.value; | ||
|
|
||
| const selectedFormatValue = parseInt(me.formatSelector[me.formatSelector.selectedIndex].value, 10); | ||
|
|
@@ -855,8 +854,12 @@ export default { | |
| filetype: fileType, | ||
| width: ww, | ||
| height: hh, | ||
| description: description, | ||
| additionalInfo: me.file.additionalInfo, | ||
| customFields: me.file.customFields, | ||
| description: me.fileDescription.value, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Description value read lazily unlike other input fieldsLow Severity The removal of Additional Locations (1) |
||
| photographer: me.file.photographer, | ||
| instructions: me.file.instructions, | ||
| keywords: me.file.keywords, | ||
| altText: altText, | ||
| canvasWidth: safeCanvasWidth, | ||
| canvasHeight: safeCanvasHeight, | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.