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

cant disable federated cloud after update to 8.2.4 #24547

Closed
pandorra2 opened this issue May 10, 2016 · 7 comments
Closed

cant disable federated cloud after update to 8.2.4 #24547

pandorra2 opened this issue May 10, 2016 · 7 comments

Comments

@pandorra2
Copy link

hi,
ive updated from 8.2.3 to 8.2.4, stable channel. update succeeded and everything is fine except federated shares... it has been activated during update and now i cant disable it anymore. unchecking the two options, reload the page, and theyre checked again...
someone able to reproduce?

@PVince81
Copy link
Contributor

Indeed! It seems to be a UI bug.

If you check select * from oc_appconfig where configkey like '%server2server%'; you'll see that they are correctly disabled. For some reason the UI doesn't correctly show that state.

@rullzer @schiesbn

@PVince81
Copy link
Contributor

Seems to work fine in 9.0.2.

@PVince81 PVince81 added this to the 8.2.5-current-maintenance milestone May 11, 2016
@pandorra2
Copy link
Author

@PVince81
don't want to tell you wrong but doesn't seem to be just a UI bug - in every albums top right corner i can add the album to another dropbox. haven't tried to do so though, but at least the function is shown. therefore it's at least not just an admins UI bug but at two locations ;)

wished i could report for 9.x also but can't update

@PVince81
Copy link
Contributor

@pandorra2 have you tried select * from oc_appconfig where configkey like '%server2server%'; ?

to another dropbox

Can you clarify ? What album ? Are you talking about the gallery app ?

@pandorra2
Copy link
Author

pandorra2 commented May 11, 2016

@PVince81
oh, typo - another owncloud of course! federated shares...

and yes, only within the gallery app. "fixed" it with CSS meanwhile:

#save-button {
display: none;
}


SELECT *
FROM oc_appconfig
WHERE configkey LIKE '%server2server%'
LIMIT 0 , 30
not subject to any changes after i uncheck the options....

@PVince81
Copy link
Contributor

This is the breaking PR #23505

And this PR would fix it: #24656

@lock
Copy link

lock bot commented Aug 4, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants