Skip to content
Snippets Groups Projects
Commit de4346b2 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #17629 fix test failures

parent 4edd2587
7 merge requests!715Master,!685Dev#17629 domains,!649Dev#19675 improve display articles and sito in kiosque,!630Dev#17514 indexation refactoring,!618Dev #17514 indexation paniers domaines,!609Dev#17629 domains,!608Dev#17629 domains
......@@ -44,7 +44,7 @@ class Class_NoticeDomain extends Storm_Model_Abstract {
$_loader_class = 'NoticeDomainLoader',
$_belongs_to = ['domain' => ['model' => 'Class_Catalogue',
'referenced_in' => 'domain_id']],
$_default_attribute_values = ['getRecordAlphaKey' => ''];
$_default_attribute_values = ['record_alpha_key' => ''];
public function save() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment