Add certificate to streams database model

This commit is contained in:
jbowring
2024-06-02 20:03:28 +01:00
committed by Jamie Curnow
parent ee4250d770
commit cd80cc8e4d
4 changed files with 142 additions and 22 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) {