Plugin Directory

Changeset 1943878


Ignore:
Timestamp:
09/19/2018 06:58:43 PM (8 years ago)
Author:
martindrapeau
Message:

Calendar: only show location name - without parents

Location:
amilia-store/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amilia-store/trunk/amilia-store-calendar.php

    r1943867 r1943878  
    144144                for (var i = 0; i < facilities.length; i++) {
    145145                    if (facilityIds.indexOf(facilities[i].Id) >= 0) {
    146                         resources.push({id: facilities[i].Id, title: facilities[i].FullName});
     146                        resources.push({id: facilities[i].Id, title: facilities[i].Name});
    147147                        facilitiesForSelect.push(facilities[i]);
    148148                    }
  • amilia-store/trunk/amilia-store.php

    r1943867 r1943878  
    66Author: Martin Drapeau <martin.drapeau@amilia.com>
    77Copyright: 2014-2018 Amilia
    8 Version: 2.6.3
     8Version: 2.6.4
    99Author URI: http://www.amilia.com/
    1010License: Apache License 2.0
Note: See TracChangeset for help on using the changeset viewer.