-
```
const CustomForm = new mongoose.Schema({
name: { type: String, required: true },
icon: { type: String },
description: { type: String, required: true },
version: { type: Number },
f…
-
22:40:20[Server thread/CRITICAL]: Unhandled exception executing command 'rules' in rules: Call to undefined method jojoe77777\FormAPI\SimpleForm::addLabel()
22:40:20[Server thread/CRITICAL]: …
-
For the following card content the JSON strings are rendered in HTML encoding rather than JSON strings on iOS devices for MS Teams App
Card Content file is attached below.
[CardContent.txt](https:…
-
We have the option to make a soft remove of the document Type. Just fills a `deletedAt` param with the date when it was deleted and we don't lose the reference. (the listing and get methods only retri…
-
```
/api/v1/document-types/5b55d268763e382f8a707536/versions/1
```
Imagine I have a documentType `id: 5b55d268763e382f8a707536` and 2 versions, 1 and 2.
If i try to retrieve a version 3, what sh…
-
#### Issue description
sendForm() ile CustomForm sınıfını(yani CustomForm ekranı) çağırınca gelmiyor.
#### Steps to reproduce the issue
#### OS and versions
* Altay: 1.7
* PHP: 7.2.x
* …
-
Hi,
It seems using annotations is not possible to use custom validators defined through a factory.
```
/**
* User
*
* @ORM\Entity
* @ORM\Table(name="user", indexes={
* @ORM\Index(name="gr…
-
code:
public function sendInfo(ExonPlayer $player): void{
EasyForm::sendForm($player, new class(C::YELLOW . "---==>" . C::AQUA . $player->getName() . "'s Infomation" . C::YELLOW . "
-
You can't make function dinamyc with that!
I want get string from $response on CustomForm and i can't , i get an array with integers, that's a bullshit!
For exemple if i create a dropdown with a…
ghost updated
6 years ago
-
Hello. I have some problem with custom Select2TagWidget for my ArrayField. When I create values in input and want delete only latest value, I can do that only if I push `Enter` or `Space` two times. M…