correction
This commit is contained in:
parent
7e862e8cb6
commit
3b1bff0710
|
@ -102,8 +102,8 @@ class OnlyCommand extends Command
|
|||
$this->only_url = $this->container->getParameter("widonlyoffice_url")."/api/2.0/";
|
||||
$this->only_host = str_replace("https://","",str_replace("http://","",$this->container->getParameter("widonlyoffice_url")));
|
||||
|
||||
$this->only_url = "https://transnum.oo.ac-dijon.fr"."/api/2.0/";
|
||||
$this->only_host = "transnum.oo.ac-dijon.fr";
|
||||
//$this->only_url = "https://transnum.oo.ac-dijon.fr"."/api/2.0/";
|
||||
//$this->only_host = "transnum.oo.ac-dijon.fr";
|
||||
|
||||
$this->only_user = $this->container->getParameter("widonlyoffice_user");
|
||||
$this->only_password = $this->container->getParameter("widonlyoffice_password");
|
||||
|
|
|
@ -8,7 +8,7 @@ INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`) VALUES
|
|||
(-100, 'DRAAF', '130007107');
|
||||
|
||||
INSERT IGNORE INTO `user` (`id`, `niveau01_id`, `username`, `firstname`, `lastname`, `password`, `email`, `avatar`, `role`,`siren`,`authlevel`) VALUES
|
||||
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}6YNXtIHaQ6w62Z/IFo4Ux8oRFfg3LpIf
|
||||
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}7edyZMIwG4aTOpc6rVXCWrDljOW5K9xW
|
||||
', 'admin@ldapbundle.ac-arno.fr', 'admin.jpg', 'ROLE_ADMIN', '130007107', 'simple');
|
||||
|
||||
|
||||
|
|
|
@ -29,7 +29,8 @@ class ChatType extends AbstractType
|
|||
'label' => "Message",
|
||||
'mapped'=> false,
|
||||
'required' => false,
|
||||
'config' => ["height" => "100px",'filebrowserUploadRoute' => 'cadoles_portal_user_pagewidget_upload'],
|
||||
'attr' => array("class" => "form-control", "style" => "margin-bottom:15px"),
|
||||
'config' => ["height" => "100px",'filebrowserUploadRoute' => 'cadoles_portal_user_pagewidget_upload',],
|
||||
]);
|
||||
|
||||
$builder
|
||||
|
@ -38,6 +39,7 @@ class ChatType extends AbstractType
|
|||
'label' => "Message",
|
||||
'mapped'=> false,
|
||||
'required' => false,
|
||||
'attr' => array("class" => "form-control", "style" => "margin-bottom:15px"),
|
||||
'config' => ["height" => "150px",'filebrowserUploadRoute' => 'cadoles_portal_user_pagewidget_upload']
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -214,7 +214,6 @@
|
|||
{% endif %}
|
||||
|
||||
$(document).ready(function(){
|
||||
/*
|
||||
if (CKEDITOR.instances["chat_message"]) CKEDITOR.instances["chat_message"].destroy();
|
||||
if (CKEDITOR.instances["chat_messagemail"]) CKEDITOR.instances["chat_messagemail"].destroy();
|
||||
|
||||
|
@ -237,7 +236,6 @@
|
|||
height: 150
|
||||
});
|
||||
},1000);
|
||||
*/
|
||||
|
||||
$(".switch").bootstrapSwitch();
|
||||
$("#mymodal-sendmail").removeAttr("tabindex");
|
||||
|
|
Loading…
Reference in New Issue