Update git submodules

* Update manila-ui from branch 'master'
  to 37e5b2f0530c9fe8117cea0dac95577b912bdecc
  - Fix parsing names in switched fields
    
    In the share creation form dialog, share network
    selection is optionally provided based on whether
    the share type chosen supports the DHSS extra-spec.
    This selection breaks often when dealing with share
    types that have a name matching the format: ".*-\d+.*".
    For example: test-700. The root cause of this seems to
    be in javascript code for "switchable" fields [1] that
    doesn't get triggered as expected.
    
    A similar issue manifests in the share Network Creation
    form where we setup switched fields with the Neutron
    network IDs (dashed format UUIDs) and in the Share
    Group Creation form where we setup switched fields
    with the Share Group Type IDs (dashed format UUIDs).
    
    So, we could encode the "-" in these field names to
    workaround this issue.
    
    Closes-Bug: #1931641
    [1] 647c2b7530/horizon/static/horizon/js/horizon.forms.js (L491-L613)
    
    Change-Id: Id924fc55debdc38ae2131bf8cef396f28caa3e77
    Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2021-06-21 13:36:10 -07:00 committed by Gerrit Code Review
parent a2af17763e
commit 018dfb6b15
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4edb837a1b5492b14b05d00236337525bdcde686
Subproject commit 37e5b2f0530c9fe8117cea0dac95577b912bdecc