Clemente Raposo
48645e1486
Add gitattributes
2021-03-30 19:22:42 +01:00
Clemente Raposo
432abf8bf7
Install Command fix
...
- Add missing constructor parameter
- Add .env.local generation
- Add interactive commands
2021-03-30 19:22:42 +01:00
balumahendran
d9eacd5f78
usermenu hover background color changes
2021-03-30 19:22:42 +01:00
balumahendran
037fe63033
Suite8-Subpanel Header Bar color changes
2021-03-30 19:22:42 +01:00
Clemente Raposo
1d39952e87
Allow non mapped legacy module names
...
- Keep legacy module when not defined
- Adjust unit tests
2021-03-30 19:22:42 +01:00
Dillon-Brown
efc60d8634
Move statistics
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
e94bc6f6d5
Upgrade symfony/orm-pack composer dependency for PHP 8
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
3364236f6b
Add App\Module to core_services
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
674af51eea
Update test namespaces
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
931073be51
Move Services
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
0af7c9e41f
Move Resolvers
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
be73e81a11
Move DataProviders
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
6d1b8a5d5d
Move DataPersisters
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
ca2a8b413d
Move Repositories
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
093b4cfb20
Move Models
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
02c5316f3f
Move routing EventListeners and Subscribers
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:42 +01:00
Dillon-Brown
c952bb8914
Move statistics
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:41 +01:00
Dillon-Brown
0774f73684
Move controllers
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:41 +01:00
Dillon-Brown
99041d06d8
Move commands and fixtures
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:41 +01:00
Dillon-Brown
3aed1df849
Move all entities to component folders
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:41 +01:00
Dillon-Brown
7044598f34
Move all legacy handlers to backend
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:41 +01:00
Dillon-Brown
1cab43c7d3
Rename src to backend
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:41 +01:00
p.kumar
ace587b22b
Change button label in Unsaved Changes Warning popup
2021-03-30 19:22:41 +01:00
p.kumar
328554d534
Restrict user access to delete and merge actions in listview and recordview
2021-03-30 19:22:41 +01:00
p.kumar
506bcdcb8d
Fix field layout issue with checkbox edit mode
2021-03-30 19:22:41 +01:00
Clemente Raposo
6827ebbb36
Add error handling to record list fetch
...
- Catch errors
-- show message
-- set empty list
2021-03-30 19:22:41 +01:00
Clemente Raposo
c7f4dfaf9c
Reset scroll on navigation
...
- After navigation reset scroll to top
2021-03-30 19:22:41 +01:00
balumahendran
d750a79447
Modal Popup Changes
...
-Column chooser
-General modal header
-Relate field modal pop up
2021-03-30 19:22:41 +01:00
balumahendran
62c41910ae
Removal of scrollbar for login page
2021-03-30 19:22:41 +01:00
Clemente Raposo
e68aae65c7
Add create view
...
- Add create view component and store
-- Extend record view store
- Add create view router configuration
- Add create save action
-- Allow re-redirecting after save
- Add create cancel action
- Add support to pre-fill create view with values
- Add default user to create view
- Update record view to
-- Allow disabling subpanels
-- Allow redirect query params
-- Allow setting initial view mode
-- Add support for create mode
- Add support for create mode in fields
-- defaults to edit mode
2021-03-30 19:22:40 +01:00
Clemente Raposo
dcc7a0233f
Set current user as default user when not defined
2021-03-30 19:22:40 +01:00
Clemente Raposo
2c91b2ca93
Add username information to login response
2021-03-30 19:22:40 +01:00
Clemente Raposo
10f2a23a61
Add record view dynamic summary title
...
- Add metadata configuration for defining dynamic templates
-- Add default configuration
-- Add vardefs and summary templates to metadata api
- Change record view header to display dynamic label for summary text
2021-03-30 19:22:40 +01:00
Clemente Raposo
db151f5e02
Adjust app content min height
...
- Add min height calculation to keep footer always at the bottom.
-- Without having the position fixed
2021-03-30 19:22:40 +01:00
Clemente Raposo
744304ad2d
Fix field separation line display
2021-03-30 19:22:40 +01:00
Clemente Raposo
1858b87e90
Adjust relate field margins
...
- Adjust margins to proper align with other fields
2021-03-30 19:22:40 +01:00
Clemente Raposo
c7fea84864
Adjust date field margins
...
- Adjust margins to proper align with other fields
2021-03-30 19:22:40 +01:00
Clemente Raposo
1c5d211504
Adjust chip component height
...
- Adjust height to match other elements size
- Remove duplicate code being applied to filter panel.
-- no longer needed
- Adjust relate button display
2021-03-30 19:22:40 +01:00
Clemente Raposo
1e6d1f69e8
Ajdust group field alignment when label is not displayed
...
- Align items at the bottom
-- Set height as 100 for items to properly align at the end
2021-03-30 19:22:40 +01:00
Clemente Raposo
1fccb4e6f5
Make subpanel header clickable
2021-03-30 19:22:40 +01:00
Dillon-Brown
a8e3dbf784
Update core service declarations
...
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:22:40 +01:00
Jack Anderson
f2316b07bf
Update Leads and Cases Photos
2021-03-30 19:22:40 +01:00
Clemente Raposo
17b847021f
Adjust sidebar chart widget loading display
...
- Have a fixed height when the loading displays
2021-03-30 19:22:40 +01:00
Clemente Raposo
e0bbdf7305
Add padding to history sidebar widget
2021-03-30 19:22:40 +01:00
Clemente Raposo
0e116a3222
Add shadow to widget panel
2021-03-30 19:22:40 +01:00
Clemente Raposo
2927b431f4
Fix vertical bar chart js error
...
- Add null check
2021-03-30 19:22:40 +01:00
Clemente Raposo
57e9446fe0
Adjust sidebar chart legend display
2021-03-30 19:22:40 +01:00
Clemente Raposo
3e4cae35fb
Subpanel Insights adjustments
...
- Add support for statistic descriptions
- Re-add support for tooltips
- Add specific statistic metadata for tooltips
- Fix description display length issue
-- use width 100%
- Change subpanel specific classes to generic ones
- Fix subpanel insight mobile display
- Add arrow cursor when hovering subpanel insights
- Add shadown when hovering subpanel insights
2021-03-30 19:22:40 +01:00
balumahendran
a0625eaf2b
Subpanel Insight Re-Design
2021-03-30 19:22:40 +01:00
p.kumar
4e7d14f782
Align calendar icon inline with input box
2021-03-30 19:22:40 +01:00