Add certificate to streams database model

This commit is contained in:
jbowring
2024-06-02 20:03:28 +01:00
parent 1d3d5be588
commit 7307515eed
5 changed files with 164 additions and 17 deletions

View File

@ -88,7 +88,7 @@ module.exports = Mn.View.extend({
onRender: function () {
let view = this;
view.fetch(['owner'])
view.fetch(['owner', 'certificate'])
.then(response => {
if (!view.isDestroyed()) {
if (response && response.length) {