Don't reset content language on edit #414

Merged
saltrafael merged 1 commit from master into master 2021-06-11 17:45:35 +02:00
saltrafael commented 2021-06-04 23:48:45 +02:00 (Migrated from github.com)

Issue

Publish page tries to set the upload language to the user langauge, and it does so on edit and overwrites the existing value.
https://github.com/lbryio/lbry-desktop/issues/6132

Change

selectPublishFormValues was trying to return "language" from formValues but would always return false, and set the language as default instead, should return "languages" instead.
Also "pendingPublish" was unused

## Issue Publish page tries to set the upload language to the user langauge, and it does so on edit and overwrites the existing value. https://github.com/lbryio/lbry-desktop/issues/6132 ## Change selectPublishFormValues was trying to return "language" from formValues but would always return false, and set the language as default instead, should return "languages" instead. Also "pendingPublish" was unused
jessopb commented 2021-06-08 16:38:16 +02:00 (Migrated from github.com)

the bundle.js is built from the rest of the code. You would make this change in the publish selector if it is necessary.

the bundle.js is built from the rest of the code. You would make this change in the publish selector if it is necessary.
saltrafael commented 2021-06-08 18:10:58 +02:00 (Migrated from github.com)

@jessopb thanks! Just did

@jessopb thanks! Just did
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#414
No description provided.