Skip to content

Commit 322d3e9

Browse files
committed
Fixed: errors language file was not bound to the View
1 parent c26fe7d commit 322d3e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
DIR=`pwd`
33
BUILD=./build
4-
DIST=./dist
4+
DIST=$BUILD/dist
55

66
if [ ! -d $BUILD ]
77
then mkdir $BUILD

crm/blocks/html/tickets/changeStatusForm.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $action = $this->ticket->getStatus() === 'open' ? 'open' : 'close';
3737
}
3838
}
3939

40-
echo $this->_('tickets/missingClosingComment.inc', 'errors');
40+
echo $this->_('tickets/missingClosingComment', 'errors');
4141

4242
$helper = $this->template->getHelper('field');
4343

crm/composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)