Missing asterisk in required fields in edit mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • homeempire
    Senior Member
    • Sep 2014
    • 181

    Missing asterisk in required fields in edit mode

    There's everything ok when we add new record.
    But when we go into existing record - there are missing asterisk in required fields.
    Also when we edit record there are no asterisk.

    When we try to save record without filling required fields it block us showing "field required" so this is ok. Only asterisk missing.

    PS: We cannot make address field required? Tried in custom also, adding:

    "address": {
    "type": "address",
    "required": true,
    "isCustom": true
    }

    Is it possible to make required only street and city?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    It's how we designed it.

    You can make required address fields

    "addressCity": {
    "required": true
    }

    or

    "addressStreet": {
    "required": true
    ​}
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • homeempire
      Senior Member
      • Sep 2014
      • 181

      #3
      Thanks!

      But what with missing asterisk in required fields in existing and curently editing records?

      See attachment - field is required, but there's no asterisk.
      Attached Files

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Usually when you edit some record required fields are already filled so no need to inform that field is required.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • homeempire
          Senior Member
          • Sep 2014
          • 181

          #5
          How can we change this? We have form dependency in many entities and your solutions with not showing asterisk is confusing.

          Please make this in future as an option in settings (not default).

          Comment

          Working...