Merged
Conversation
skjnldsv
reviewed
Aug 19, 2020
|
|
||
| <h3>{{ t('dashboard', 'Change background image') }}</h3> | ||
| <BackgroundSettings :background="background" @updateBackground="updateBackground" /> | ||
| <BackgroundSettings :background="background" @update:background="updateBackground" /> |
Member
There was a problem hiding this comment.
Is the stored format that different?
Can't you just update the background with :background.sync="background" ?
julien-nc
approved these changes
Aug 20, 2020
Comment on lines
+130
to
+138
| public function setBackground(string $type = 'default', string $value = ''): JSONResponse { | ||
| $currentVersion = (int)$this->config->getUserValue($this->userId, 'dashboard', 'backgroundVersion', '0'); |
Member
There was a problem hiding this comment.
Nice, it prevents a crash when setting 'default images'.
jancborchardt
approved these changes
Aug 20, 2020
Signed-off-by: Julius Härtl <jus@bitgrid.net>
…rd, build all Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
20efd4d to
1ce5dbd
Compare
Member
|
Rebased on master and removed background-color definitions. |
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 32063: failuremariadb10.1-php7.2Show full logmysql8.0-php7.2Show full logacceptance-app-files
Show full logacceptance-header
Show full log |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing the comments by @skjnldsv from #22214
Fix #22312