You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by GitBox <gi...@apache.org> on 2022/10/07 15:56:41 UTC

[GitHub] [ofbiz-framework] danwatford commented on pull request #548: Improved: Use FlexibleStringExpander for disabled attribute on fields

danwatford commented on PR #548:
URL: https://github.com/apache/ofbiz-framework/pull/548#issuecomment-1271771742

   Tested as PASSED.
   
   Tested by changing form `GISetupForms.xml#PartyAcctgPreference` and set the disabled attribute on the `errorGlJournalId` field defined on line 376. Changes were observed in the browser at page https://localhost:8443/accounting/control/PartyAcctgPreference
   
   Added attribute to field:
   ```
   disabled="${partyAcctgPreference.refundPaymentMethodId == 'ABN_CHECKING'}"
   ```
   
   Then cycled through the values of Refund Payment Method ID on the form, saving after each change and observing whether the Error GL Journal ID drop down was disabled.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org