Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
3336b5bd
Commit
3336b5bd
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: [ bug #1553 ] Saving User displays setup removes menu
parent
f0c9513f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-1
2 additions, 1 deletion
ChangeLog
htdocs/user/param_ihm.php
+1
-5
1 addition, 5 deletions
htdocs/user/param_ihm.php
with
3 additions
and
6 deletions
ChangeLog
+
2
−
1
View file @
3336b5bd
...
@@ -15,11 +15,12 @@ Fix: [ bug #1528 ] Leopard Services numeration module description is not transla
...
@@ -15,11 +15,12 @@ Fix: [ bug #1528 ] Leopard Services numeration module description is not transla
Fix: [ bug #1523 ] suite bug #1334 : filtre et ordre de tri conjoints ne s'appliquent pas.
Fix: [ bug #1523 ] suite bug #1334 : filtre et ordre de tri conjoints ne s'appliquent pas.
Fix: [ bug #1534 ] Unknown error when deleting a product photo under special circumstances.
Fix: [ bug #1534 ] Unknown error when deleting a product photo under special circumstances.
Fix: Update impayees.php
Fix: Update impayees.php
Fix: Link product, In list view and label product
Fix: Link product, In list view and label product
.
Fix: visible task into area "time" for "My task" must limit task to tasks i am assigned to.
Fix: visible task into area "time" for "My task" must limit task to tasks i am assigned to.
Fix: When disabled, all fields to add time into task line must be disabled.
Fix: When disabled, all fields to add time into task line must be disabled.
Fix: Missing include files.lib.php in some pages ti use dol_delete_recursive.
Fix: Missing include files.lib.php in some pages ti use dol_delete_recursive.
Fix: [ bug #1558 ] Product/service edit page title shows new Ref instead of old ref.
Fix: [ bug #1558 ] Product/service edit page title shows new Ref instead of old ref.
Fix: [ bug #1553 ] Saving User displays setup removes menu.
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
***** ChangeLog for 3.5.4 compared to 3.5.3 *****
Fix: Hide title of event when agenda module disabled.
Fix: Hide title of event when agenda module disabled.
...
...
This diff is collapsed.
Click to expand it.
htdocs/user/param_ihm.php
+
1
−
5
View file @
3336b5bd
<?php
<?php
/* Copyright (C) 2005-201
3
Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2005-201
4
Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro.com>
* Copyright (C) 2013 Florian Henry <florian.henry@open-concept.pro.com>
*
*
...
@@ -87,8 +87,6 @@ if ($action == 'update' && ($caneditfield || ! empty($user->admin)))
...
@@ -87,8 +87,6 @@ if ($action == 'update' && ($caneditfield || ! empty($user->admin)))
if
(
$_POST
[
"check_MAIN_LANG_DEFAULT"
]
==
"on"
)
$tabparam
[
"MAIN_LANG_DEFAULT"
]
=
$_POST
[
"main_lang_default"
];
if
(
$_POST
[
"check_MAIN_LANG_DEFAULT"
]
==
"on"
)
$tabparam
[
"MAIN_LANG_DEFAULT"
]
=
$_POST
[
"main_lang_default"
];
else
$tabparam
[
"MAIN_LANG_DEFAULT"
]
=
''
;
else
$tabparam
[
"MAIN_LANG_DEFAULT"
]
=
''
;
$tabparam
[
"MAIN_MENU_STANDARD"
]
=
$_POST
[
"MAIN_MENU_STANDARD"
];
if
(
$_POST
[
"check_SIZE_LISTE_LIMIT"
]
==
"on"
)
$tabparam
[
"MAIN_SIZE_LISTE_LIMIT"
]
=
$_POST
[
"main_size_liste_limit"
];
if
(
$_POST
[
"check_SIZE_LISTE_LIMIT"
]
==
"on"
)
$tabparam
[
"MAIN_SIZE_LISTE_LIMIT"
]
=
$_POST
[
"main_size_liste_limit"
];
else
$tabparam
[
"MAIN_SIZE_LISTE_LIMIT"
]
=
''
;
else
$tabparam
[
"MAIN_SIZE_LISTE_LIMIT"
]
=
''
;
...
@@ -101,8 +99,6 @@ if ($action == 'update' && ($caneditfield || ! empty($user->admin)))
...
@@ -101,8 +99,6 @@ if ($action == 'update' && ($caneditfield || ! empty($user->admin)))
$result
=
dol_set_user_param
(
$db
,
$conf
,
$fuser
,
$tabparam
);
$result
=
dol_set_user_param
(
$db
,
$conf
,
$fuser
,
$tabparam
);
$_SESSION
[
"mainmenu"
]
=
""
;
// Le gestionnaire de menu a pu changer
header
(
'Location: '
.
$_SERVER
[
"PHP_SELF"
]
.
'?id='
.
$id
);
header
(
'Location: '
.
$_SERVER
[
"PHP_SELF"
]
.
'?id='
.
$id
);
exit
;
exit
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment