d-buchmann
d-buchmann
In fact, the root nodes of all data sources (except for tools) link to "all parts" instead of their own page. The behavior is even commented explicitly: > src/Services/Trees/TreeViewGenerator.php: ```php...
Or you could turn it the other way round and offer to create a new part if an internal search yields no results =) That would at least not have...
I tested it and got a positive result when putting this into the content section (as HTML; click on "Source" first): `` The barcode type is now also in single...
For reference, please also see #664 (related, no duplicate). ~~If you use the "update part from info provider" feature and you do click on the add button, you see that...
Have you correctly referenced your MariaDB instance in `.env.local`? It says you were about to execute the migration on database "main" which is the default on SQLite... This looks quite...
Note: The server responds with code 422 (unprocessable content). ~~The POST is >800kB and chunked, however nowhere near the php post_max_size limit on my instance on which I reproduced it.~~...
You say > should work regardless of the number of items which is not going to happen, because any user could DOS your server. They certainly won't, but it's a...
The logs, which are often very helpful, are found in the _subdirectory_ `var/log/` of the installation directory of Part-DB. Notice that it's a relative path. So if your Part-DB resides...
The API docs suggest to structure the POST like so (I tested this successfully): ```json { "upload": { "data": "data:text/plain;base64,dGVzdGZpbGU=", "filename": "test file2", "private": false }, "name": "test file2", "element":...
Could you specify what packages aren't up to date and what commands are not correct? What does "not correct" mean? Did the command result in an error message? Then please...