Nikhil Nandagopal
9becaa9a9f
made form data visible at the top level
2020-06-09 17:34:38 +05:30
Nikhil Nandagopal
97d78ba379
commented datepicker required field test
2020-06-09 16:34:04 +05:30
Hetu Nandu
6b54eb8f9e
Update displayWidgetDsl.json
2020-06-09 09:44:57 +00:00
Nikhil Nandagopal
a567622e0d
minor fix
2020-06-09 14:29:08 +05:30
Nikhil Nandagopal
8501ebe670
added date format to date picker
2020-06-09 14:14:13 +05:30
Nikhil Nandagopal
563c74f1a9
fixed tests failing
2020-06-09 11:55:11 +05:30
rashmipn
e2ce5f929c
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into update/Dsl
2020-06-09 11:49:10 +05:30
Rashmi P
d9639266f1
Removed Required toggle fun DatePicker_spec.js
2020-06-09 06:16:53 +00:00
Trisha Anand
8ff7c56e64
Merge branch 'feature/rest-form-data' into 'release'
...
Handling form data via the field bodyFormData in ActionConfiguration
This is because the client sends us the data for form-data in the form of a list of Property fields with keys and values. This is consistent with how the client stores & renders headers & query parameters as well.
For MediaType application/x-www-form-urlencoded we will use the bodyFormData field.
See merge request theappsmith/internal-tools-server!370
2020-06-09 05:48:16 +00:00
Arpit Mohan
99e7519550
Handling form data via the field bodyFormData in ActionConfiguration
...
This is because the client sends us the data for form-data in the form of a list of Property fields with keys and values. This is consistent with how the client stores & renders headers & query parameters as well.
For MediaType application/x-www-form-urlencoded we will use the bodyFormData field.
2020-06-09 05:48:16 +00:00
Trisha Anand
7d83cfdae9
Merge branch 'bug/acl-empty-role-name' into 'feature/acl-spring-object'
...
Bug : When the user tries to invite without selecting the role user, this leads to null pointer exception. Fix : A user CAN NOT be invited to an organization without specifying the role.
See merge request theappsmith/internal-tools-server!369
2020-06-08 14:56:12 +00:00
Trisha Anand
061577d2c9
Bug : When the user tries to invite without selecting the role user, this leads to null pointer exception.
...
Fix : A user CAN NOT be invited to an organization without specifying the role.
2020-06-08 14:56:12 +00:00
Nikhil Nandagopal
79c62d4863
fixed data tree path
2020-06-08 17:56:07 +05:30
Trisha Anand
a3af1384d1
Merge branch 'bug/acl-get-all-actions' into 'feature/acl-spring-object'
...
Bug Fix : Get all actions by application ID returning empty result : Changed the get all actions function to fix the bug where find by Example is not working. Instead the same has now been implemented using criteria.
See merge request theappsmith/internal-tools-server!368
2020-06-08 12:05:49 +00:00
Trisha Anand
a888d54059
Changed the get all actions function to fix the bug where find by Example is not working. Instead the same has now been implemented using criteria.
2020-06-08 12:05:49 +00:00
Nikhil Nandagopal
8b0258b4b9
Merge branch 'release' into fix/bugs
...
# Conflicts:
# src/pages/Editor/APIEditor/PostBodyData.tsx
2020-06-08 17:13:03 +05:30
Nikhil Nandagopal
b84384fa99
fixed filepicker not closing
2020-06-08 16:59:20 +05:30
Nikhil Nandagopal
dff9c60f9f
fixed resize handles size
...
fixed body for url encoded form data
added defaults for dropdown and radio widget
added multipart type but hid it till we figure out logic
allowed number to be added to defaults of widgets
2020-06-08 16:39:13 +05:30
Trisha Anand
00aa8015c9
Merge branch 'fix/add-orgid' into 'feature/acl'
...
fix: Add orgId to datasource, 3P import and plugins API
See merge request theappsmith/internal-tools-client!695
2020-06-08 10:10:31 +00:00
Satbir Singh
dbd06b1cd9
Merge branch 'sc-names' into 'release'
...
Adding styled component names to dom for local env
See merge request theappsmith/internal-tools-client!692
2020-06-08 09:00:58 +00:00
Satbir Singh
618d6180e6
Adding styled component names to dom for local env
2020-06-08 09:00:58 +00:00
Tejaaswini
5b9f4ad16f
fix: Add orgId to datasource, 3P import and plugins API
2020-06-08 14:21:53 +05:30
Tejaaswini
bbdec60516
Merge branch 'release' into feature/acl
2020-06-08 13:36:15 +05:30
Trisha Anand
9ac7e817cc
Merge branch 'feature/acl-remove-getCurrentOrganization' into 'feature/acl-spring-object'
...
Removed the usage of get current organization id. Added organization id to a few api calls.
See merge request theappsmith/internal-tools-server!367
2020-06-08 06:45:04 +00:00
Trisha Anand
a31796a216
Removed the usage of get current organization id. Requires addition of organization id to a few api calls.
2020-06-08 06:45:04 +00:00
Trisha Anand
bea724570f
Merge branch 'feature/acl-rapid-api' into 'feature/acl-spring-object'
...
Adding a 3P Api to a page now also expects the client to send the organization id.
See merge request theappsmith/internal-tools-server!366
2020-06-08 05:41:53 +00:00
Hetu Nandu
01c2f71bc0
Merge branch 'feature/custom-eval-value' into 'release'
...
Fix Chart series data
See merge request theappsmith/internal-tools-client!688
2020-06-05 16:20:24 +00:00
Hetu Nandu
e401844014
Fix Chart series data
2020-06-05 16:20:23 +00:00
Trisha Anand
f02ae99af4
Merge branch 'fix/create-api' into 'feature/acl'
...
fix: Create API and Curl Import API
See merge request theappsmith/internal-tools-client!690
2020-06-05 13:52:08 +00:00
Tejaaswini Narendra
817f361a69
Merge branch 'fix/invite-users' into 'feature/acl'
...
fix: Update minor UI changes
See merge request theappsmith/internal-tools-client!683
2020-06-05 13:42:37 +00:00
Tejaaswini
7c3d18b7f6
Merge branch 'feature/acl' into fix/invite-users
2020-06-05 18:58:21 +05:30
Tejaaswini
926a6caed4
fix: Create API and curl import flow
2020-06-05 18:52:30 +05:30
Trisha Anand
f9d63f9881
Adding a 3P Api to a page now also expects the client to send the organization id.
2020-06-05 16:14:15 +05:30
Trisha Anand
1923f0ddea
Merge branch 'feature/acl-datasource' into 'feature/acl-spring-object'
...
ACL for datasource
See merge request theappsmith/internal-tools-server!362
2020-06-05 10:05:23 +00:00
Trisha Anand
87aafd6cf4
Adding test case for testDatasource
...
Refactoring the testDatasource code by moving the business logic to the service layer.
2020-06-05 10:05:23 +00:00
Trisha Anand
9c2529105c
Merge branch 'fix/update-create-datasource' into 'feature/acl'
...
fix: pass organization id to create datasource APIs
See merge request theappsmith/internal-tools-client!687
2020-06-05 09:29:15 +00:00
Tejaaswini
81c1e0d5f4
feat: pass orgId to createDatasource APIs
...
- Set Current Organization Id based on the application that the user is accessing
- Send saved organization id in datasource creation APIs.
2020-06-05 14:13:01 +05:30
Tejaaswini
d33188adc1
Merge branch 'release' into feature/acl
2020-06-05 13:39:01 +05:30
rashmipn
e3729a4ea0
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into update/dsl
2020-06-05 09:18:59 +05:30
Hetu Nandu
410d2d1d2a
Merge branch 'feature/evaluated-value' into 'release'
...
Evaluated value popup
See merge request theappsmith/internal-tools-client!621
2020-06-04 13:49:22 +00:00
Hetu Nandu
d9540f8927
Evaluated value popup
2020-06-04 13:49:22 +00:00
Tejaaswini
7a02d62682
Merge branch 'feature/acl' into fix/invite-users
2020-06-04 19:00:47 +05:30
Tejaaswini
efad40becd
fix: Update UI changes
2020-06-04 18:42:19 +05:30
Trisha Anand
986a5bc1c5
Merge branch 'fix/invite-users' into 'feature/acl'
...
fix- Update minor UI changes
See merge request theappsmith/internal-tools-client!677
2020-06-04 12:15:09 +00:00
Tejaaswini Narendra
81df7326c5
fix- Update minor UI changes
2020-06-04 12:15:09 +00:00
Arpit Mohan
1a68b7f561
Fixing the DSL Json for default layouts in new pages.
2020-06-04 16:13:47 +05:30
vicky_primathon.in
19b8c46cc1
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-04 16:03:40 +05:30
vicky_primathon.in
cf0fa0fd22
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into fix/icons-placement-issues
2020-06-04 16:03:05 +05:30
vicky_primathon.in
b72e8ecd0f
lightning menu popover placement fixed
2020-06-04 15:25:44 +05:30
Tejaaswini
6c8eaf2aad
fix: Minor UI changes
2020-06-04 14:47:08 +05:30