-
Notifications
You must be signed in to change notification settings - Fork 2
Teams Complex Widget #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teams Complex Widget #256
Conversation
Hiro-Nakamura
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… Netsuite objects.
Team node content
Team Widget can edit assignments
Current Netsuite API code
|
|
||
| _fieldItem(key, type) { | ||
| const self = this; | ||
| const fieldTypes = this.AB.Class.ABFieldManager.allFields(); |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
| _fieldItem(key, type) { | ||
| const self = this; | ||
| const fieldTypes = this.AB.Class.ABFieldManager.allFields(); | ||
| const fieldKeys = ["string", "LongText", "number", "date", "boolean"]; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Content mapping data and filter settings
Add start date and end date fields
Limit edit form's fields
|
Refactored as plugin: https://github.com/digi-serve/plugin_HRTeams |
Issue: CruGlobal/ab_platform_web#556
Related PRs: CruGlobal/ab_platform_web#565, CruGlobal/appbuilder_class_core#250
Release Notes
ABFieldConnect), Team Name(ABFieldString), Top Team(ABFieldBoolean), Drag & Drop (Boolean)Test Status
Not sure how to test this, since we will pull this out as a plugin eventually.