doug-m / CollectorAuroraTesting

Manage testing feedback for Collector holistic testing.
0 stars 7 forks source link

Coded Domain and Subtypes not consistently showing up #115

Closed dking159 closed 6 years ago

dking159 commented 6 years ago

Issue

On fields that are either subtypes or domains the value is showing up not the description. This is inconsistent because some descriptions show up properly. This is happening in the view and edit screens of a feature. It also happens in related tables.

It might be related to numeric field types that have a domain.

Same map works in the current collector

Expected Behavior

Map and Credentials

Steps to Reproduce

Device Information

ScreenRecording_06-18-2018 14-08-21.zip

Kevin-GIS commented 6 years ago

@dking159 when you collect a new feature, are the feature template names also displaying the code and not the description?

Can you share the map with me?

dking159 commented 6 years ago

I don't think so. The feature classes we are currently using are behind our firewall. We can do a screen share or something like that.


From: Kevin Burke notifications@github.com Sent: Monday, June 18, 2018 2:28:33 PM To: doug-m/CollectorAuroraTesting Cc: Dennis King; Mention Subject: Re: [doug-m/CollectorAuroraTesting] Coded Domain and Subtypes not consistently showing up (#115)

[External Email - Be careful! DO NOT open attachments or click links from unknown senders or unexpected email.]

@dking159https://github.com/dking159 when you collect a new feature, are the feature template names also displaying the code and not the description?

Can you share the map with me?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/doug-m/CollectorAuroraTesting/issues/115#issuecomment-398184843, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AmfUWyDT5rqVOIv_uyEOKwZDE-A5z_ekks5t-A1xgaJpZM4UsZ0w.

CONFIDENTIALITY NOTICE - This email transmission, and any documents, files or previous email messages attached to it, may contain information that is legally privileged or otherwise confidential to include customer and business information. If you are not the intended recipient, or an authorized person for the intended recipient, you are hereby notified that any disclosure, copying or distribution of this information, or any action taken in reliance on the information contained within this email, is strictly prohibited. If you have received this email message in error, please notify the sender and then delete the message (and any attachments) from your computer and/or network. Thank you.

Kevin-GIS commented 6 years ago

Thanks @dking159

I will try to reproduce this issue using my own data.

However if I am unable to reproduce this issue, would you be able to share a map package with me?

dking159 commented 6 years ago

I'm sure we will be able to figure something out.

We also have a AGOL hosted feature service that has a similar issue. The field was defined as 1-No and 0-Yes in the domains?

Here is the json for the field

{ "name" : "MAPCHANGESCOMPLETE", "type" : "esriFieldTypeSmallInteger", "alias" : "Map Changes Complete", "sqlType" : "sqlTypeOther", "nullable" : true, "editable" : true, "domain" : { "type" : "codedValue", "name" : "YES/NO", "codedValues" : [ { "name" : "Yes", "code" : 0 }, { "name" : "No", "code" : 1 } ] }, "defaultValue" : null },

Dennis


From: Kevin Burke notifications@github.com Sent: Monday, June 18, 2018 3:32:25 PM To: doug-m/CollectorAuroraTesting Cc: Dennis King; Mention Subject: Re: [doug-m/CollectorAuroraTesting] Coded Domain and Subtypes not consistently showing up (#115)

[External Email - Be careful! DO NOT open attachments or click links from unknown senders or unexpected email.]

Thanks @dking159https://github.com/dking159

I will try to reproduce this issue using my own data.

However if I am unable to reproduce this issue, would you be able to share a map package with me?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/doug-m/CollectorAuroraTesting/issues/115#issuecomment-398202683, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AmfUW_yzGrzy7BxfmdKcV5EMhOwj1mqlks5t-BxpgaJpZM4UsZ0w.

CONFIDENTIALITY NOTICE - This email transmission, and any documents, files or previous email messages attached to it, may contain information that is legally privileged or otherwise confidential to include customer and business information. If you are not the intended recipient, or an authorized person for the intended recipient, you are hereby notified that any disclosure, copying or distribution of this information, or any action taken in reliance on the information contained within this email, is strictly prohibited. If you have received this email message in error, please notify the sender and then delete the message (and any attachments) from your computer and/or network. Thank you.

Kevin-GIS commented 6 years ago

Thanks for the information @dking159

Kevin-GIS commented 6 years ago

Reproduced the issue and logged SF 993

Kevin-GIS commented 6 years ago

Duplicate of https://github.com/doug-m/CollectorAuroraTesting/issues/112