-
In projects with no schedule, we show a "create a schedule" button in the outline tab:
![image](https://user-images.githubusercontent.com/4967152/107504485-46f8b100-6b93-11eb-9474-d100ff13ccd7.png)
…
-
Steps to reproduce:
1. Connect a project to github
2. Add a valid personal access token
3. Create a branch
4. Remove the personal access token
5. Re-open the branch that was just created and make…
-
I have encountered the following error:
- Files merged into `master` branch won't appear in Dataform's Web UI under branch master.
- Same files and updates can be seen in Web UI when I switch to `…
-
## Description
When the extension is setting up it ask me to do a `install dataform` even if I have `workflow_settings.yaml` file and the query / compiler don't work since the setup is not successf…
-
-
I'm trying to get my form validation more than 1 fields.
Is it possible?
$form = \DataForm::source(new ProjectAssignment());
$form->add('project_id', 'P ID' , 'select')->options(Project::All()->pluck…
-
Also in addition to this , is there any precise documentation where we can lookup what all key values we can put in config for tables , view etc
-
As I understand - POST request only possible with json string -
is it true?
Can you make POST request with any string(example - dataForm)?
Can you give example how to make POST request?
Can y…
-
-
An edge case has come up where two things conspired to produce duplicates in the model:
1. Some users' data have different session_ids at the same time (we think because of a race condition between…