fixed #9635: Matrix - Add attributes not working
This commit is contained in:
parent
cd1992c9b5
commit
8dd4d66c96
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
- fixed #9580: Gallery: albums shown in navigation
|
- fixed #9580: Gallery: albums shown in navigation
|
||||||
- fixed #9578: Use of "quotes" in badge name causes error
|
- fixed #9578: Use of "quotes" in badge name causes error
|
||||||
- fixed #9603: moving wiki page
|
- fixed #9603: moving wiki page
|
||||||
|
- fixed #9635: Matrix - Add attributes not working
|
||||||
|
|
||||||
7.6.10
|
7.6.10
|
||||||
- fixed #9577: WebGUI::Form::Url::getValue returns blank rather than undef for blank fields
|
- fixed #9577: WebGUI::Form::Url::getValue returns blank rather than undef for blank fields
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ Returns the human readable name of this control.
|
||||||
|
|
||||||
sub getName {
|
sub getName {
|
||||||
my ($self, $session) = @_;
|
my ($self, $session) = @_;
|
||||||
return WebGUI::International->new($session, 'Form_MatrixCompare')->get('topicName');
|
return WebGUI::International->new($session, 'Form_MatrixCompare')->get('matrix compare');
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue