Antonin Peronnet
Antonin Peronnet
### Describe the current behavior A formula that works inside a classic python formula will fail in dropdown conditions and custom permissions when the dot notation is used with chaining,...
### Describe the current behavior When the user uses `Table.lookupRecords(key=value).ReferencedColumn` in a situation where there is no match, the formula returns a list instead ot a RecordSet. This can introduce...
### Describe the current behavior Inside a reference list column, it a python formula outputs a single reference, it is not displayed correctly. But if the user adds a `.id`,...
### Describe the bug Question display conditions are not working properly when multiple conditions are added and saved sequentially. The conditions appear to "disappear" but are actually being corrupted and...
### Describe the bug When the survey component is not published, the preview of a particular survey is not correct. First, publishing or unpublishing the survey (while keeping the component...
#### :tophat: What? Why? This PR add the "disabled" property to a few hidden fields in some specific forms. The goal is to have 100% uniformity in the codebase: if...
### Describe the bug When an admin creates a new debate in a participatory process, and immediatly clicks on "add filter", the entire html page is duplicated in a div,...
### Describe the bug When an admin creates a taxonomy without any item, and tries to create a filter for it, it gets an unhelpful error. ### To Reproduce 1....
Currently, when the user types `/foo`, it finds every reference to `foo` in the blocks in the current notes, and the user can move using `n` and `N`. Unfortunately, he...
### What happened? I wanted to create a visualization of a 2D grid, with an initial selection defined as a subgrid of the larger grid. Here is a minimal reproducible...