Yunus Yerli
Yunus Yerli
## Description In Studio if you populate the 'Help Text' on a field, it's expected that when you hover that field in the Views, you'd see the text you added...
## Description Add purifyHtml variable in SugarBean.php and get the value from $def['metadata']['purifyHtml']. #319 ## Motivation and Context Whenever you save a Case and change tabs in detail view, CSS...
## Description Just changed order of below lines: #325 data.field.definition.required = required; data.field.formControl.setValidators(validators); data.field.formControl.updateValueAndValidity({onlySelf: true, emitEvent: true}); record.formGroup.updateValueAndValidity({onlySelf: true, emitEvent: true}); ## Motivation and Context ## How To Test This...
## Description Check Detail View defs to see if any field has it's require for submit (required_f_submit) flag set to 'True', if it does, it will disable the "Submit button"...
#### Issue Check Detail View defs to see if any field has it's require for submit (required_f_submit) flag set to 'True', if it does, it will disable the "Submit button"...
## Description Border has been removed in field-layout-component and fillRow(row) because it was dividing row in two seperate columns. `field-layout .field-column-bordered` class has been removed in field-layout scss because it...
## Description ## Motivation and Context When viewing the expanded Filter view, if the user has a long-named Saved Filter selected, the top-right dropdown will not truncate. This can cause...
## Description See the issue https://github.com/salesagility/SuiteCRM-Core/issues/274 for more details about the issue. This is the second commit of https://github.com/salesagility/SuiteCRM-Core/pull/403. ## Motivation and Context ## How To Test This 1. Change...