We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9531e commit 7a0a1e5Copy full SHA for 7a0a1e5
frontend/js/app/nginx/certificates/form.js
@@ -253,7 +253,7 @@ module.exports = Mn.View.extend({
253
},
254
templateContext: {
255
isNew: function () {
256
- return this.isNew();
+ return this.id == null;
257
258
getLetsencryptEmail: function () {
259
return typeof this.meta.letsencrypt_email !== 'undefined' ? this.meta.letsencrypt_email : App.Cache.User.get('email');
0 commit comments