Commit graph

991 commits

Author SHA1 Message Date
Dillon-Brown
cae5e68c3b Fix console file CRLF
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-27 11:47:50 +01:00
Dillon-Brown
e00884fb4a Remove yarn-error.log
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-27 11:47:50 +01:00
p.kumar
0669235df7 hide Subpanel create button when user not having create/edit privilege 2021-08-27 11:47:50 +01:00
p.kumar
23781b36a6 Fix columnchooser drag-drop at bottom of the long list 2021-08-27 11:47:50 +01:00
p.kumar
6e2db88b1c [Legacy] Fix Add Dashlet Tab via Enter Key in Home Page Redirects to Legacy 2021-08-27 11:47:50 +01:00
p.kumar
559d2648cc [Legacy] Make anchor links within Convert Lead module point to S8
- converted links for Contacts and Accounts point to S8
2021-08-27 11:47:50 +01:00
balumahendran
dded92ad50 Cases Thread Text Wrap Fixes 2021-08-27 11:47:50 +01:00
p.kumar
dcba5234c2 [Legacy] add language labels for user auth guard ACL Error Messages 2021-08-27 11:47:49 +01:00
p.kumar
a6adabc509 create user auth guard backend handler to handle User ACL 2021-08-27 11:47:49 +01:00
p.kumar
7284e01522 update user auth guard to handle User ACL 2021-08-27 11:47:49 +01:00
balumahendran
7dfaa7206e Email LineItems Fixes 2021-08-27 11:47:47 +01:00
balumahendran
722b0b6fd9 [Legacy] Scrollbar color fix globally 2021-08-27 11:46:54 +01:00
p.kumar
ecf66de31b set default value on enum field as defined in vardef 2021-08-27 11:46:53 +01:00
balumahendran
d324e6f031 [Legacy] Action DropDown Arrow Alignment Fixes 2021-08-27 11:46:53 +01:00
balumahendran
e13ebdd1d5 Border Outline Color Fixes 2021-08-27 11:46:53 +01:00
Dillon-Brown
7d93c3bfdf Composer Update
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-27 11:46:53 +01:00
Clemente Raposo
1b867e40bf Add install view route 2021-08-27 11:46:53 +01:00
Clemente Raposo
2a7210e2d3 Allow defining fully dynamic enum options
- Allow setting "empty" options
- Allow setting enum extraOptions without options
- Add field metadata to FieldDefinition
2021-08-27 11:46:53 +01:00
Clemente Raposo
7ecae15195 Add install view
- Add install view components
- Add install view store
- Add install view actions
- Add install view adapters
- Add install view styling
2021-08-27 11:46:53 +01:00
Clemente Raposo
23dc4d6925 Load install languages on to app strings 2021-08-27 11:46:53 +01:00
Clemente Raposo
150716799c [Legacy] Add utility method to retrieve install languages 2021-08-27 11:46:53 +01:00
Clemente Raposo
29aeb6d1c5 [Legacy] Add labels 2021-08-27 11:46:53 +01:00
Clemente Raposo
ea9c9867a6 Add password field
- Add edit mode implementation
- Add detail mode implementation
- Declare components in base field manifest
2021-08-27 11:46:53 +01:00
balumahendran
dd532091a6 [Legacy] Configure Module Menu Styling Changes 2021-08-27 11:46:53 +01:00
p.kumar
7a0f78081c Fix issue accessing Password Recovery page 2021-08-27 11:46:52 +01:00
Dillon-Brown
2f55475af3 Build 8.0.0-beta-3
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-16 09:45:42 +01:00
Dillon-Brown
0ffbaa2eed [Legacy] - Increment suitecrm_version.php
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-16 09:45:28 +01:00
balumahendran
7a3986de21 Email Line Items Fixes 2021-08-13 14:33:25 +00:00
Dillon-Brown
5dff26025d Fix email line-item padding
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-13 13:37:59 +01:00
Dillon-Brown
2ad6802262 Fix email-line-items minimise button
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-13 08:56:56 +00:00
balumahendran
ed4986bdbf History TimeLine Color Fixes 2021-08-12 16:37:20 +05:30
p.kumar
13ef54f650 Fix subpanel visibility control via Admin menu Modules and Subpanels 2021-08-07 06:57:30 +05:30
Dillon-Brown
7401b0c636 Fix extra div tag on line-items
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-08-03 12:49:55 +01:00
balumahendran
802da77c45 Email List Item Field Styling 2021-08-02 19:34:31 +05:30
balumahendran
3ab892ecb8 Email Line Items Mobile View Styling 2021-08-02 13:47:03 +00:00
Clemente Raposo
59195472fb Recalculate line item label display on line removal
- Dynamically calculate label display to account for first line removal
2021-07-30 17:33:11 +01:00
Clemente Raposo
7f479ef972 [Legacy] Add labels 2021-07-30 17:33:11 +01:00
Clemente Raposo
01ef9ed754 Update primary email validator to ignore delete records 2021-07-30 17:33:07 +01:00
Clemente Raposo
c8b89bce12 Add duplicate email validator
- Add validator to check if there are lines with the same address
2021-07-30 17:30:07 +01:00
Clemente Raposo
eddc4dbe6c Adjust email line item subfield display
- align field inputs to the top
2021-07-30 15:12:55 +01:00
Clemente Raposo
3d59cc6202 Change line item removal to mark as deleted
- Mark line items as deleted instead of removing on the front end
- Send all line items to backend, the ones to remove should be marked as deleted
-- this allows the backend to decide the logic, if to delete or just unlink
- Change line component to hide deleted items
2021-07-30 15:12:55 +01:00
Clemente Raposo
0cd8390ec6 Link line item subfields to correct parent values
- Add valueParent attribute to declare where value should be read from
- Load line item values from the record instead of the field
- Change line item component to update the record
- Change record mapper to map line items
2021-07-30 15:12:55 +01:00
Clemente Raposo
919b9957a6 Update record view email line item mapper config
- Change primary field name to the correct name
- Add configuration needed to properly retrieve records
2021-07-30 15:12:55 +01:00
Clemente Raposo
873ed7fef2 [Legacy] Add EmailAddressLinkMapper to ApiBeanMapper
- Add link mapper support
- Add EmailAddressLinkMapper
2021-07-30 15:12:55 +01:00
Clemente Raposo
a3b086ff6e [Legacy] Add LineItemSaveHandler
- Add LineItemSaveHandler to BeanSaveHandlers
- Add default implementation for line item save handlers
2021-07-30 15:12:55 +01:00
Clemente Raposo
a398639679 [Legacy] Add BeanSaveHandlers
- Add support to add before and after save handlers
-- allow to inject pre and post save processing
2021-07-30 15:12:55 +01:00
p.kumar
b2341e9a59 Add Print to PDF bulk action configuration 2021-07-30 14:10:52 +00:00
p.kumar
6903433640 Add Print to PDF bulk action backend handler 2021-07-30 14:10:52 +00:00
p.kumar
e2768eba6f Add support for configuration driven Select Modal in RecordView for an action
- Modify dependent class constructors
- Adapt Unit Tests
2021-07-30 14:09:48 +00:00
p.kumar
48d0a98d84 Add backend handler for RecordView Print As PDF Action 2021-07-30 14:09:48 +00:00