Subversion Repositories SmartDukaan

Rev

Rev 8564 | Rev 8879 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8564 Rev 8877
Line 285... Line 285...
285
					return;
285
					return;
286
				}
286
				}
287
			}
287
			}
288
		}
288
		}
289
		this.filtrableFacets = Utils.rootfacetDefIDs;
289
		this.filtrableFacets = Utils.rootfacetDefIDs;
-
 
290
		this.filtrableFacets.remove(Utils.availabilityFacet);
-
 
291
		this.filtrableFacets.add(Utils.availabilityFacet);
290
	}
292
	}
291
 
293
 
292
	public List<String> getFilterableFacets() {
294
	public List<String> getFilterableFacets() {
293
		return this.filtrableFacets; 
295
		return this.filtrableFacets; 
294
	}
296
	}