some bug fixes
This commit is contained in:
parent
c866d00c1b
commit
0d2bbe87d0
3 changed files with 608 additions and 566 deletions
|
|
@ -95,6 +95,9 @@
|
||||||
- Fixed a bug in the HTMLArea image manager that would not allow users to
|
- Fixed a bug in the HTMLArea image manager that would not allow users to
|
||||||
upload files if the gateway script was not at /index.pl
|
upload files if the gateway script was not at /index.pl
|
||||||
- bugfix [1008283]. Add new user not working for secondary admin (Leendert Bottelberghs).
|
- bugfix [1008283]. Add new user not working for secondary admin (Leendert Bottelberghs).
|
||||||
|
- bugfix [ 1014337 ] WSClient->new error: templateId field missing in
|
||||||
|
database
|
||||||
|
- bugfix [ 991782 ] More Fault Tolerent upgrade_5.9.9-6.0.0.pl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -94,9 +94,6 @@ sub new {
|
||||||
fieldType => 'text',
|
fieldType => 'text',
|
||||||
defaultValue => $session{'config'}{'soapproxy'},
|
defaultValue => $session{'config'}{'soapproxy'},
|
||||||
},
|
},
|
||||||
templateId => {
|
|
||||||
defaultValue => 1,
|
|
||||||
},
|
|
||||||
uri => {
|
uri => {
|
||||||
fieldType => 'text',
|
fieldType => 'text',
|
||||||
defaultValue => $session{'config'}{'soapuri'}
|
defaultValue => $session{'config'}{'soapuri'}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue