silhusk
silhusk
By using `@direction="start"` it does add the correct class `dropstart` , but then popper is given a wrong argument and the menu opens down (the default). https://github.com/ember-bootstrap/ember-bootstrap/blob/4ec513d3dd54e0d6d91a64dcb32cf3b57989bf93/addon/components/bs-dropdown/menu.js#L129
Relevant snippets taken from https://github.com/twbs/bootstrap/blob/cbc4e3a4098506315c32346b194e9e1a4d7db091/js/src/dropdown.js ```js // Line 50 const CLASS_NAME_DROPEND = 'dropend' const PLACEMENT_RIGHT = isRTL() ? 'left-start' : 'right-start' // Line 248 _getPlacement() { const parentDropdown = this._parent...
Hi @g-bougard Version 1.10 is working if the inventory is started from the web UI of the agent, but not from the CLI. here are the logs for version 1.10:...
Hi @g-bougard log copied from administrative prompt: [glpi-agent_110_cli.log](https://github.com/user-attachments/files/16346965/glpi-agent_110_cli.log) > I don't see any error in the first log, do you mean it just blocks ? Yes, exactly. It looks like...
It does work with `ssl-fingerprint`: [glpi-agent_110_ssl-fingerprint.log](https://github.com/user-attachments/files/16348916/glpi-agent_110_ssl-fingerprint.log)
Hi @g-bougard thank you for your very kind support. Since the agent 1.10 now works correctly as a service, this issue is just a minor annoyance for me personally. ```...
Hi @g-bougard removing the lines you indicate doesn't seem to make any difference [glpi-agent_110_comment.txt](https://github.com/user-attachments/files/16479142/glpi-agent_110_comment.txt) But if, instead, I change the conditions on [l.621](https://github.com/glpi-project/glpi-agent/blob/54ec58ffc1400e0cfa94b22b87a4ddde9a7df079/lib/GLPI/Agent/HTTP/Client.pm#L621) and [l.681](https://github.com/glpi-project/glpi-agent/blob/54ec58ffc1400e0cfa94b22b87a4ddde9a7df079/lib/GLPI/Agent/HTTP/Client.pm#L681) to always be false, then...
I replaced [l.621](https://github.com/glpi-project/glpi-agent/blob/54ec58ffc1400e0cfa94b22b87a4ddde9a7df079/lib/GLPI/Agent/HTTP/Client.pm#L621) with `if (-d $certdir && 1 == 0) {`. No other change to `Client.pm`. I replaced `C:\Program Files\GLPI-Agent\perl\vendor\lib\Mozilla\CA\cacert.pem` to only contain my root CA. This time it...
Hi @g-bougard > Do you mean everything is working when glpi-agent is running from the service context ? Sorry, I thought so because the server seems to get some result...
1.11-git7b8a5f0b is still affected: [glpi-agent_111_git.txt](https://github.com/user-attachments/files/16796797/glpi-agent_111_git.txt)