Project

General

Profile

« Previous | Next » 

Revision 58530

[Library|Trunk]

Footer: options for centering contents and have dark or light background

Table View: change parameter to fv0

Searchbar, Entities Selection: clean up logs

View differences:

entitiesSelection.component.ts
99 99
  ngOnInit() {
100 100
    this.show = 0;
101 101
    if (this.properties) {
102
      console.log(this.customFilter)
102
      // console.log(this.customFilter)
103 103
      this.config.getCommunityInformation(this.properties, (this.customFilter && this.customFilter.queryFieldName == "communityId") ? this.customFilter.valueId : this.properties.adminToolsCommunity).subscribe(data => {
104 104
        var showEntity = {};
105
        console.log(data)
106 105
        for (var i = 0; i < data['entities'].length; i++) {
107 106

  
108 107
          showEntity["" + data['entities'][i]["pid"] + ""] = data['entities'][i]["isEnabled"];

Also available in: Unified diff