Data permissions for groups doesn't work

Hello everyone, i’m running metabase in 0.35.3 version and i can’t edit data permissions for the groups i’ve created. When I go to Permissions > Data permissions and select “limit access”, the browser didn’t redirect the page (link that appears in the address bar /admin/permissions/databases/2/schemas/null/tables). If I delete “/schemas/null” the browser redirect the page to data permissions but the changes doesn’t work.

Anybody has the same problem?

{
“browser-info”: {
“language”: “en”,
“platform”: “Win32”,
“userAgent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36”,
“vendor”: “Google Inc.”
},
“system-info”: {
“file.encoding”: “UTF-8”,
“java.runtime.name”: “OpenJDK Runtime Environment”,
“java.runtime.version”: “11.0.5+10”,
“java.vendor”: “AdoptOpenJDK”,
“java.vendor.url”: “https://adoptopenjdk.net/”,
“java.version”: “11.0.5”,
“java.vm.name”: “OpenJDK 64-Bit Server VM”,
“java.vm.version”: “11.0.5+10”,
“os.name”: “Linux”,
“os.version”: “3.10.0-1062.12.1.el7.x86_64”,
“user.language”: “en”,
“user.timezone”: “GMT”
},
“metabase-info”: {
“databases”: [
“mysql”
],
“hosting-env”: “unknown”,
“application-database”: “postgres”,
“application-database-details”: {
“database”: {
“name”: “PostgreSQL”,
“version”: “9.6.17”
},
“jdbc-driver”: {
“name”: “PostgreSQL JDBC Driver”,
“version”: “42.2.8”
}
},
“run-mode”: “prod”,
“version”: {
“date”: “2020-04-21”,
“tag”: “v0.35.3”,
“branch”: “release-0.35.x”,
“hash”: “1d424cb”
},
“settings”: {
“report-timezone”: null
}
}
}

Hi @yuriandreoli
There’s work being done to fix the problem - currently the only workaround is to downgrade to 0.34.3:
https://github.com/metabase/metabase/issues/12372 - upvote by clicking :+1: on the first post

1 Like

Thanks @flamber, i’ll wait for the bug correction.

Any idea when the release with the fix will be available? I see from github it appears to have been fixed.

@brianwilson It will be part of 0.35.4 - I don’t have a date yet, but it will be soon, likely within a week or so.

1 Like