-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
374: Fix: Pull fileNode file name from airtable metadata r=jbolda a=ryan-talus This makes the fileNode pull `name` from the airtable metadata instead of the remote file, because when an airtable user changes the file name, airtable does not rename the original file. This change makes file name changes in airtable usable in the fileNode instead of needing to download, rename, and re-upload the file. Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan Zimmerman <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"gatsby-source-airtable": patch | ||
--- | ||
|
||
This makes the fileNode pull `name` from the airtable metadata instead of the | ||
remote file, because when an airtable user changes the file name, airtable does | ||
not rename the original url. This change makes file name changes in airtable | ||
usable in the fileNode instead of needing to download, rename, and re-upload the | ||
file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters