Skip to content

Commit

Permalink
LPS-110533 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Mar 24, 2020
1 parent ffe1a11 commit e431c50
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,9 @@ public String getDataProviderInstancesURL() throws PortalException {
}

public JSONArray getDDMFormFieldTypesJSONArray() throws PortalException {
List<DDMFormFieldType> ddmFormFieldTypes =
_ddmFormFieldTypeServicesTracker.getDDMFormFieldTypes();

List<DDMFormFieldType> availableDDMFormFieldTypes =
_removeDDMFormFieldTypesOutOfScope(ddmFormFieldTypes);
_removeDDMFormFieldTypesOutOfScope(
_ddmFormFieldTypeServicesTracker.getDDMFormFieldTypes());

String serializedFormFieldTypes = serialize(availableDDMFormFieldTypes);

Expand Down

0 comments on commit e431c50

Please sign in to comment.