Trelle / morisoliver

Online Mapping Program
0 stars 0 forks source link

Add the ability to hide certain fields in an editing layer through the OLIVER WFSTFeatureEditing dialog interface #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is Enhancement 5 in Task Order 4

When creating a new datalayer or editing a pre-existing datalayer it can be 
useful to hide certain fields from the user.  This enhancement is similar to 
Enhancement 4, in that we do want them to be edited, however in this case the 
user does not need to even see the values.  We would like to be able to 
configure an editable layer in OLIVER to have one or more fields be hidden.  

Configuration Parameters:
1.  The editable layer name
2.  A list of hidden fields for the layer from #1

Original issue reported on code.google.com by Aleda.Fr...@state.ma.us on 23 Jan 2012 at 2:16

GoogleCodeExporter commented 8 years ago
Implemented using fields option - value
ex:
fields : [
  name: "ORGCODE",
  hidden: true
]

Original comment by maric423@gmail.com on 1 Feb 2012 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by Aleda.Fr...@state.ma.us on 3 Feb 2012 at 2:12