community: validate the url in the dialog
This commit is contained in:
@@ -203,7 +203,7 @@ async function appUpdated(eventId, app, fromManifest, toManifest) {
|
||||
assert.strictEqual(typeof fromManifest, 'object');
|
||||
assert.strictEqual(typeof toManifest, 'object');
|
||||
|
||||
if (!app.appStoreId) return; // skip notification of dev apps
|
||||
if (!app.appStoreId && !app.versionsUrl) return; // skip notification of dev apps
|
||||
|
||||
const tmp = toManifest.description.match(/<upstream>(.*)<\/upstream>/i);
|
||||
const upstreamVersion = (tmp && tmp[1]) ? tmp[1] : '';
|
||||
|
||||
Reference in New Issue
Block a user