Incorrect indexes information?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jcortes0309
    Member
    • Mar 2016
    • 68

    Incorrect indexes information?

    I just noticed that in the indexes for the task.json (inside application\Espo\Modules\Crm\Resources\metadata\en tityDefs) the "dateEnd" is indexed to "dateStart". Shouldn't this be indexed against "dateEnd" the same way that the "dateEndStatus" is indexed against "dateEnd" instead of "dateStart" as it is currently shown?


    ...
    "dateEndStatus": {
    "columns": ["dateEnd", "status"]
    },
    "dateStart": {
    "columns": ["dateStart", "deleted"]
    },
    "dateEnd": {
    "columns": ["dateStart", "deleted"]
    },
    ...
  • yuri
    Member
    • Mar 2014
    • 8552

    #2
    Yep/. Will fix it. Thanks.
    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

    • jcortes0309
      Member
      • Mar 2016
      • 68

      #3
      Great, thanks!

      Comment

      Working...