githubbob42 / mingle2github2

0 stars 1 forks source link

Read only fields (such as Extended Amount, Discounted Price) are not shown on Quote item details page #3574

Closed githubbob42 closed 8 years ago

githubbob42 commented 8 years ago

Mingle Card: 3891 Analysis

This happens because we are using the edit layout.  The editLayout is always mostly a subset of the detailLayout.  Because we don’t differentiate, we will have to find some way to combine the metadata from the layouts to display edit layout when it is available, and detail layout the rest of the time.

CC: Edit layout isn’t actually a subset of detail layout; On mobile team (perhaps all environments), currency picker for an sobject appears in the edit layout but not the detail layout. Currency is rendered as a sign on all currency values in the detail layout. It is currently assumed currency is the only field that works in this manner. It is also assumed that it is not desirable for a currency picker to be displayed in mobile and that currency will be instead inherited from the pricebook. 

Steps to reproduce

| | |
|-|-|
|**Version #**|
|3099|
|**OS**|
| |
|**Browser**|
| |
|**Username**|
|npfield@soasta1.com|
|**Password**|
|computer45|
  1. Login to Mobile, open Quote and go to Quote items
  2. Click on any quote item to bring quote item details page

Expected result

All the fields from Quote Item Layout specified in Console should be shown

Actual Result

Read Only fields are not shown (extended amount for example)

Related Cards

Test Plan

This PR changes

Checklist for Merging

githubbob42 commented 8 years ago

Pull Request #1698