Update Field Visibility 'details-only'

We are using the Metabase API to update table field visibility. We set summary values to visibility 'normal', and details values to visibility 'details-only'. After a recent upgrade to Metabase version v0.46.1 The details view in visualization (Browse data link) no longer displays the fields that are set to 'details-only'. Has this feature been modified? Thanks in advance.

Diagnostic Info:

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.18+10",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.18",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.18+10",
"os.name": "Linux",
"os.version": "4.19.128-microsoft-standard",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"h2",
"mongo"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "15.2 (Debian 15.2-1.pgdg110+1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.5.1"
}
},
"run-mode": "prod",
"version": {
"date": "2023-04-05",
"tag": "v0.46.1",
"branch": "release-x.46.x",
"hash": "12a6e1d"
},
"settings": {
"report-timezone": null
}
}
}

This issue applies to tables, and corresponding fields, created and configured via the Metabase UI as well as those created via the API. When a field is set to visibility 'Only in detail views' ('details-only' in Metabase database), the field no longer appears in the details view that is accessed by clicking the link on the row Entity Key ('_id'). The details view only displays fields that have a visibilty setting of 'Everywhere' ('normal'). In previous versions of Metabase the fields set to 'Only in detail views' (details-only) would display in the details view in the UI.

Existing (open) github issue report: "Only in detail views" visibility for columns makes column invisible in the detail view · Issue #29426 · metabase/metabase · GitHub