Skip to content
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

fix(docs): Fix occ example for dashboard layout #11843

Merged
merged 1 commit into from
May 20, 2024

Conversation

SystemKeeper
Copy link
Contributor

@SystemKeeper SystemKeeper commented May 20, 2024

☑️ Resolves

The occ command for user:setting does not have a --value option:

The "--value" option does not exist.

user:setting [--output [OUTPUT]] [--ignore-missing-user] [--default-value DEFAULT-VALUE] [--update-only] [--delete] [--error-if-not-exists] [--] <uid> [<app> [<key> [<value>]]]
image

Org. reported at https://help.nextcloud.com/t/occ-dashboard-command-not-working-as-documented/192844/8

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
@SystemKeeper SystemKeeper merged commit 35149a3 into master May 20, 2024
11 checks passed
@SystemKeeper SystemKeeper deleted the fix/noid/occ-dashboard-layout branch May 20, 2024 18:30
@SystemKeeper
Copy link
Contributor Author

/backport to stable29

@SystemKeeper
Copy link
Contributor Author

/backport to stable28

@joshtrichards
Copy link
Member

/backport to stable27

Copy link

backportbot bot commented May 21, 2024

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b backport/11843/stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick dd59014a

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/11843/stable27

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@joshtrichards
Copy link
Member

Guess this feature missed getting into the 27 docs by a few days. Hah. Taking care of in #11849 then we can do the backport here again too of this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants