Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • shahzad-0 2 posts 92 karma points
    Nov 28, 2018 @ 14:05
    shahzad-0
    0

    Examine Management - can't see System and User fields

    I have two different projects, one shows the option to view system and user fields, and the other doesn't.

    With fields:

    With fields

    Without fields:

    Without fields

    Any idea on how i can get the fields options to show?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Nov 28, 2018 @ 15:00
    Ismail Mayat
    0

    The one without is the index built? Also can you show your examineindex.config file

  • shahzad-0 2 posts 92 karma points
    Nov 28, 2018 @ 15:06
    shahzad-0
    100

    Ismail, thanks for the response.

    I figured out that the problem is occurring because I am changing the JsonFormatter:

    GlobalConfiguration
        .Configuration
        .Formatters
        .JsonFormatter
        .SerializerSettings
        .ContractResolver = new CamelCasePropertyNamesContractResolver();
    
  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Nov 28, 2018 @ 15:07
    Ismail Mayat
    0

    aha i been caught with that one before but not on examine dashboard i borked something else. Anyhow glad u fixed it

Please Sign in or register to post replies

Write your reply to:

Draft