Some day ago I upgrade espocrm to the latest version and add tabs to panels.
Old details form html screenshot in attach.
Function uses
this.$el.find('.middle > .panel[data-tab]').addClass('tab-hidden');
to hide and show panels. So marked panels might be one level to top.
So tags doesn't work for them, but work for new-created Entities.
Old details form html screenshot in attach.
Function uses
this.$el.find('.middle > .panel[data-tab]').addClass('tab-hidden');
to hide and show panels. So marked panels might be one level to top.
So tags doesn't work for them, but work for new-created Entities.
Comment