Commit 7c19ff261ddff45da54b6c441bf6071138c75fe6
1 parent
c7f1e941
Exists in
master
Ajustes para OTRS 4.0.4
Showing
4 changed files
with
7 additions
and
7 deletions
Show diff stats
Kernel/Language/pt_BR_QueuesPanel.pm
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | # the enclosed file COPYING for license information (AGPL). If you |
| 9 | 9 | # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. |
| 10 | 10 | # -- |
| 11 | -package Kernel::Language::pt_BR_NewTicketWizard; | |
| 11 | +package Kernel::Language::pt_BR_QueuesPanel; | |
| 12 | 12 | |
| 13 | 13 | use strict; |
| 14 | 14 | use warnings; | ... | ... |
Kernel/Language/pt_BR_QueuesPanelPublic.pm
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | # the enclosed file COPYING for license information (AGPL). If you |
| 10 | 10 | # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. |
| 11 | 11 | # -- |
| 12 | -package Kernel::Language::pt_BR_NewTicketWizard; | |
| 12 | +package Kernel::Language::pt_BR_QueuesPanelPublic; | |
| 13 | 13 | |
| 14 | 14 | use strict; |
| 15 | 15 | use warnings; | ... | ... |
Kernel/Modules/QueuesPanel.pm
| ... | ... | @@ -144,7 +144,7 @@ sub BuildQueueJS { |
| 144 | 144 | |
| 145 | 145 | # When there are no subqueues, there is no need to create a JS |
| 146 | 146 | if ( !@subqueues ) { |
| 147 | - return; | |
| 147 | + return ""; | |
| 148 | 148 | } |
| 149 | 149 | |
| 150 | 150 | my $result = "\t\tif (node_id === " . $BaseQueueID . ") { \n\t\t\treturn callback(null, [\n"; | ... | ... |
QueuesPanel.sopm
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | <otrs_package version="1.0"> |
| 3 | 3 | <Name>QueuesPanel</Name> |
| 4 | 4 | <Version>1.0.0</Version> |
| 5 | - <Framework>4.0.3</Framework> | |
| 5 | + <Framework>4.0.4</Framework> | |
| 6 | 6 | <Vendor>SeTIC</Vendor> |
| 7 | 7 | <URL>http://www.setic.ufsc.br</URL> |
| 8 | 8 | <License>GPLv2</License> |
| ... | ... | @@ -11,8 +11,8 @@ |
| 11 | 11 | <Description>New Ticket Wizard</Description> |
| 12 | 12 | <BuildDate>?</BuildDate> |
| 13 | 13 | <BuildHost>?</BuildHost> |
| 14 | - <PackageRequired>CASAuthentication</PackageRequired> | |
| 15 | - <PackageRequired>NewTicketWizard</PackageRequired> | |
| 14 | + <PackageRequired Version="1.1.0">CASAuthentication</PackageRequired> | |
| 15 | + <PackageRequired Version="1.5.0">NewTicketWizard</PackageRequired> | |
| 16 | 16 | <Filelist> |
| 17 | 17 | <File Permission="644" Location="Kernel/Config/Files/QueuesPanel.xml"></File> |
| 18 | 18 | |
| ... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 | <File Permission="644" Location="var/httpd/htdocs/skins/Customer/default/css/hColumns/hcolumns.css"></File> |
| 31 | 31 | <File Permission="644" Location="var/httpd/htdocs/skins/Customer/default/css/hColumns/reset.css"></File> |
| 32 | 32 | |
| 33 | - <File Permission="644" Location="var/httpd/htdocs/skins/Customer/default/images/hColumns/demo.png"></File> | |
| 33 | + | |
| 34 | 34 | <File Permission="644" Location="var/httpd/htdocs/skins/Customer/default/images/hColumns/glyphicons-halflings.png"></File> |
| 35 | 35 | |
| 36 | 36 | </Filelist> | ... | ... |