Markus Lobedann
Markus Lobedann
Can't really say when this started, but links in self-contained HTML export don't work anymore. They exist, but clicking them doesn't do anything. I think the reason is, that the...
### Describe the issue you are experiencing I am running RaspberryMatic in Docker and used the automatic setup via script from https://raspberrymatic.de/install-docker.sh. The network script `99-ccu-shim-network` doesn't work for me,...
D417 "Missing argument descriptions in the docstring" only triggers when there is a section for arguments, but not when there is none. If this behaviour is explicitely desired, the documentation...
`save_file` will change the filename and not clean up after itself after a rollback This is a preparation for another (not yet done) PR to solve https://github.com/frappe/frappe/issues/25178 which will completey...
## Description of the issue The documentation says that "bench backup" knows about the arguments "--only", "-i" or "--include". https://frappeframework.com/docs/user/en/bench/reference/backup These are no commands/arguments from bench itself, but I think...
If no refresh occurs, the form behaves in a strange way such as: * fields only become read only after chaning and leaving them * clicking "Add Row" in a...
Creating a virtual link field prohibits docs from being inserted/saved. You will get the exception ``` AttributeError: can't set attribute '' ``` instead. Setting of properties without a setter (in...
Closes #25178 I consider the function `save_file` harmful and it shouldn't be used by anyone, especially since the alternative of using the DocType `File` directly is so easy. Examples for...
On creation/modification of a Customer/Supplier, a VAT ID check should be automatically created if: * a VAT ID was entered * `customer_primary_address`/`supplier_primary_address` is filled * this address is located in...
## Description of the issue "User Permissions" are used to restrict a user to access docs where no permission for him exists. But they also restrict accessing a parent doc...