Closed jnweiger closed 2 years ago
Blocker for 2.1.0 release. Please check @ahherrera.
Not a regression. Same in 2.0.0
Re-Trying with multiple browser sessions, and incognito mode, and browser cache cleanup.
The behaviour is confusing. Whatever the database setting of
occ config:app:get search_elastic scanExternalStorages
actually is, the web UI always refreshes with an empty checkbox.
If it is actually 1
, the user has to click the checkbox twice in order to turn the setting off.
With this trick, it is possible to change the internal state via the GUI. But admins may easily fall into the trap "Ah, checkbox is not clicked, so I don't have to do anything to disable". That is wrong.
Confirmed fixed in 2.1.0-rc3
Seen with search_elastic 2.1.0 RC1 (and 2.0.0 -> https://github.com/owncloud/search_elastic/issues/256)
mysql owncloud -e 'select * from oc_appconfig where appid = "search_elastic";'
occ config:app:set search_elastic scanExternalStorages --value true
and several other plausible values. Nothing enables the option. BADExpected behaviour:
Workaround:
occ config:app:delete search_elastic scanExternalStorages
-> Now the setting is enabled :upside_down_face: