Skip to content

Commit

Permalink
Fix module on customer area
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardosilva committed Oct 12, 2023
1 parent 05b2f13 commit 83844b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Custom/DynamicFieldRemoteDB.sopm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<otrs_package version="1.0">
<Name>DynamicFieldRemoteDB</Name>
<Version>6.1.1</Version>
<Version>6.1.2</Version>
<Framework>6.x.x</Framework>
<Vendor>Ligero</Vendor>
<URL>http://www.perl-services.de</URL>
Expand All @@ -23,6 +23,7 @@
<File Permission="644" Location="var/httpd/htdocs/js/Core.Agent.Admin.DynamicFieldRemoteDB.js"></File>
<File Permission="644" Location="var/httpd/htdocs/js/thirdparty/select2/select2.min.js"></File>
<File Permission="644" Location="var/httpd/htdocs/skins/Agent/default/css/thirdparty/select2/select2.min.css"></File>
<File Permission="644" Location="var/httpd/htdocs/skins/Customer/default/css/thirdparty/select2/select2.min.css"></File>
</Filelist>
<CodeInstall Type="post"><![CDATA[
$Kernel::OM->Get('var::packagesetup::' . $Param{Structure}->{Name}->{Content} )->CodeInstall();
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83844b6

Please sign in to comment.