Skip to content

Commit

Permalink
MGR-133
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jan 14, 2022
1 parent e5ced03 commit 72d50c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application-home/conf/events/ev-repositories.xml
Expand Up @@ -117,7 +117,7 @@
<param name="timestamp" />
</params>
</config>
<condition expression="${form_action eq 'install' and not empty repositoryid and not empty name and not empty version and not empty timestamp}" />
<condition expression="${form_action eq 'install' and not empty repositoryid and not empty name and not empty version}" />
<bean id="installation">
<option name="repository" id="${repositoryid}" />
<option name="package" packageName="${name}" packageVersion="${version}" packageTimestamp="${timestamp}" />
Expand Down

0 comments on commit 72d50c7

Please sign in to comment.