mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +00:00
Merge branch 'regs' into 3.6
This commit is contained in:
@@ -1840,6 +1840,7 @@ function preset_load(preset_id)
|
||||
{
|
||||
p4.edit.T_records[r].fields[""+i] = {
|
||||
value:[],
|
||||
"meta_struct_id":p4.edit.T_fields[i].meta_struct_id,
|
||||
dirty:true
|
||||
};// = {
|
||||
var n = 0;
|
||||
@@ -1853,6 +1854,7 @@ function preset_load(preset_id)
|
||||
{
|
||||
p4.edit.T_records[r].fields[""+i] = {
|
||||
"value":p4.edit.T_fields[i].preset[0],
|
||||
"meta_struct_id":p4.edit.T_fields[i].meta_struct_id,
|
||||
"dirty":true
|
||||
};
|
||||
}
|
||||
@@ -1875,7 +1877,6 @@ function preset_load(preset_id)
|
||||
|
||||
|
||||
|
||||
|
||||
function hsplit1()
|
||||
{
|
||||
var el = $('#EDIT_TOP');
|
||||
|
Reference in New Issue
Block a user