btry

Results 77 issues of btry

## Steps to reproduce this issue 1. Open a database locally 2. Try to drop a table 3. See the unreadable buttons and hard to read table name (black over...

bug
needs-info
wine
themes

### Changes description ### Checklist Please check if your PR fulfills the following specifications: - [ ] Tests for the changes have been added - [ ] Docs have been...

Feature no longer used, and causes an infinite call loop when loading a form object from the API

Image uploads in textarea is hacky and broke, ~probably due to switching to unsigned int IDs and FK.~ This PR solved the problem by converting uploads as documents immediately, contrary...

bug

- Move classes to /src - move targets to a dedicated namespace Do not change tab from 3 to 4 spaces yet. Should be done when branch support/2.13.0 will reach...

In service catalog, tickets are displayes without their title. To ensure consistent interface, formanswers and issues should also show their titme in the navigation header. This PR relies on https://github.com/glpi-project/glpi/pull/12372...

feature

helps to diagnose when a ticket is not created after filling a form Seems that adding the status is not taken into account. ![image](https://user-images.githubusercontent.com/14139801/181496213-6080c696-790a-4fb0-8aab-fb0dc1e17c04.png)

feature

When GLPI changes IDs and FK to unsigned numbers, it fails to find many columns because of their non standard name. We should rename those columns ```txt Le schéma diffère...