-
Updated
Jan 12, 2022 - Java
low-code
Here are 417 public repositories matching this topic...
-
Updated
Jan 13, 2022 - Vue
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Jan 14, 2022 - Rust
Is there an existing issue for this?
- I have searched the existing issues
Summary
- add templates for
aggregate,countanddistinctcmd
Why should this be worked on?
- provide template for all supported cmds.
-
Updated
Jan 14, 2022 - TypeScript
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Dec 8, 2021 - JavaScript
Version Information
Latest
Environment
MacOS
What is the expected behaviour?
Events should be classified based on route
What is the current behaviour?
Events are spread across components, instead we need a single place for all keyboard events, and segregation between global events/ route events + option to override global events if on specific route + option to over
-
Updated
Nov 22, 2021 - TypeScript
🐛 Bug Report: No warning shown when the user renames the app's name as same as that of the other app
📜 Description
Let's say we have two apps created, one with the name of A_App and the second one with B_App. Now, If I create a new app with the name of A_App, it seems like our app is renamed since there are no warning/errors shown. But when we go to home app.amplication.com, It shows the default name.
👟 Reproduction steps
- Create two new apps
- Rename them as
AandB
Actual behaviour:
In case a custom app has print formats, the command bench uninstall-app (app) will fail with frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/ham">ham</a> is linked with Print Format <a href="#Form/Print Format/cheese">cheese</a>
Expected behaviour:
bench uninstall-app should also remove print formats that
-
Updated
Jan 8, 2022 - Go
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
-
Updated
Sep 18, 2021 - TypeScript
It's possibile to add action for YouTube Live Streaming API to create, update, and manage live events on YouTube?
https://developers.google.com/youtube/v3/live/getting-started
-
Updated
Jan 10, 2022 - Julia
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jan 14, 2022 - TypeScript
-
Updated
Dec 31, 2021 - Clojure
-
Updated
Jan 13, 2022 - Python
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Jan 13, 2022 - Java
-
Updated
Jan 7, 2022 - Java
Improve this page
Add a description, image, and links to the low-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the low-code topic, visit your repo's landing page and select "manage topics."
Current Behavior
Since 2.1.0, the File node has the paletteLabel property set to 'Write File'.
If you have those nodes in your flows and search for 'write' then any node with a custom name (so not the default 'write file'), will not get found.
The
paletteLabelproperty needs to be added to the search index.Expected Behavior
Find all the matching nodes.
Steps To Reproduce