-
Manager v části Back office Admin potřebuje vyhledat informace přes všechna pole (i textové) vybrané kategorie Nabídek,
nemusí to být fulltext, nejde nám o skloňování, ale o nalezení daného řetězce
…
-
uživatel na FE - na obrazovce nabídky pomoci může pro veřejné nabídky zadat v části Více filtrů do pole “Vyhledej text” hledaný text např. matrace, který se bude vyhledávat v rámci již zadaných filtr…
-
Bylo by velmi prospěšné, aby Administrátor platformy v Konsorciu mohl editovat například FAQ, Nápovědy ap. ,které se zobrazují na FE
Prosím Vás, jaké jsou na to možnosti? Navrhněte a poraďte. DĚ…
-
I'm getting this error when trying to start quick-start guide,
![image](https://user-images.githubusercontent.com/72464215/167317399-d39b66b8-cd5a-47be-911f-7f0ab2786717.png)
-
Hello,
we've used `migrations:amend` until we ported to 1.2.0-alpha.16 in this format: `migrations:amend --yes`.
It always correctly amended last migration (created with `migrations:diff`).
H…
-
How reproduce this bug:
- Add some blocks in Repeater (more then 2).
- Remove them without saving.
```
[Error] TypeError: undefined is not an object (evaluating 'props.accessor')
Eval Code (…
-
I have the following fetcher (where `publishAt` is an enum):
```ts
export const articleFetcher = article$
.issues(
{
limit: 1,
orderBy: [{ article: { publishAt: "desc" } }],
},
…
-
Hello,
I've come across an "aesthetic" bug 🐞. When you set `required` prop on `TextField` it will not propagate the prop downstream from `SimpleRelativeSingleFieldProxy` to `FieldContainer`.
Below…
-
Following code
```ts
const partsIdResponse = await contember.execute(contemberFetchers.query$.getArticle(
{ by: { legacyId: post.post_id?.toString() } },
contemberFetchers.article$
.subti…
-
There is now no other documented or obvious way I could find to run contember than `instance:up`, which is an interactive command that runs contember on random ports.
I would like documentation fo…