Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(Tinebase): no container selector for container like records
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Apr 1, 2022
1 parent 068d796 commit 5ba4679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Tinebase/js/ApplicationStarter.js
Expand Up @@ -506,7 +506,7 @@ Ext.apply(Tine.Tinebase.ApplicationStarter,{

if (Tine[appName].hasOwnProperty(editDialogName)) {
var edp = Tine[appName][editDialogName].prototype;
if (containerProperty && edp.showContainerSelector !== false) {
if (containerProperty && edp.showContainerSelector !== false && !modelConfig.extendsContainer) {
edp.showContainerSelector = true;
}
Ext.apply(edp, {
Expand Down

0 comments on commit 5ba4679

Please sign in to comment.