Skip to content

Commit

Permalink
Application Topics introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Apr 12, 2024
1 parent 2897121 commit f6c73d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions debian/changelog
@@ -1,10 +1,12 @@
multiflexi (1.11.0) UNRELEASED; urgency=medium
multiflexi (1.12.0) UNRELEASED; urgency=medium

[ CyberVitexus ]
* Dedicated multiflexi user created during installation

-- Vítězslav Dvořák <info@vitexsoftware.cz> Fri, 30 Mar 2024 09:28:32 +0100
[ Vítězslav Dvořák ]
* App topics itroduced

-- Vítězslav Dvořák <info@vitexsoftware.cz> Fri, 12 Apr 2024 11:44:12 +0200

multiflexi (1.10.5) UNRELEASED; urgency=medium

Expand Down
6 changes: 5 additions & 1 deletion src/MultiFlexi/Application.php
Expand Up @@ -297,7 +297,11 @@ public function importAppJson($jsonFile)
}
}
}


if(array_key_exists('topics', $importData) === false){
$this->addStatusMessage(_('Topics field not present. '), 'warning');
}

if ($currentVersion == $newVersion) {
$this->addStatusMessage('🧩📦 ' . $importData['name'] . '(' . $currentVersion . ') already present', 'info');
$fields = [true];
Expand Down

0 comments on commit f6c73d2

Please sign in to comment.