Select to view content in your preferred language

How to remove the editor tracking info from the Popup window?

4267
12
Jump to solution
02-24-2016 12:37 AM
YovavZohar1
Occasional Contributor III

When you enable Popup on a Feature Layer that has Editor Tracking turned on, the Popup window contains information regarding the editor of the identified feature.

I want to display the popup without that info and couldn't find any option to do so (tried all the basic customization options).

Is there a way to create such popup (without server)?

Thanks in advance,

Tags (2)
0 Kudos
12 Replies
RussRoberts
Esri Notable Contributor
0 Kudos
HeatherStudley1
New Contributor III

Unfortunately that option only seems to work on hosted features.  Most of my layers are REST services and that check box is not available:

However, the edit information still shows in the popup:

0 Kudos
Den-GIS
Occasional Contributor

If someone still needs it, just add the following code to the css file:

.esriAttributeInspector .atiEditorTrackingInfo {
display: none!important;
}

 

0 Kudos