WebVella/WebVella-ERP

View item enhancement

Closed this issue · 2 comments

In order to achieve better way to select and edit data from relation, we need to be able to set a couple of more properties to the view and list library items
Here are the new properties we will need:

1.fieldFromRelation

  • fieldLabel
  • fieldPlaceholder
  • fieldHelpText
  • fieldRequired
  • fieldLookupList

2.viewFromRelation

  • fieldLabel
  • fieldPlaceholder
  • fieldHelpText
  • fieldRequired
  • fieldLookupList
  • fieldManageView

3.listFromRelation

  • fieldLabel
  • fieldPlaceholder
  • fieldHelpText
  • fieldRequired
  • fieldLookupList
  • fieldManageView

After completion please assign to me for finishing off the interface part

Implemented