- composer updates
- publisher_name dafault auf 'Geologische Bundesanstalt (GBA)' - componet facet-list auf facet-category unbenannt - change database.php um eventuell schema aus dem .env-file zu entnehmen, fall angegeben - LicencesTableSeeder.php amgepasst
This commit is contained in:
parent
bfd914a36d
commit
728687304c
12 changed files with 116 additions and 153 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Component, Vue } from 'vue-property-decorator';
|
||||
import VsInput from './text-search/vs-input.vue';
|
||||
import VsResults from './search-results/vs-results.vue';
|
||||
import FacetList from './search-results/facet-list.vue';
|
||||
import FacetCategory from './search-results/facet-category.vue';
|
||||
import ActiveFacetCategory from './search-results/active-facet-category.vue';
|
||||
import VsPagination from './search-results/vs-pagination.vue';
|
||||
import rdrApi from './search-results/dataservice';
|
||||
|
@ -11,7 +11,7 @@ import FilterItem from './models/filter-item';
|
|||
components: {
|
||||
VsInput,
|
||||
VsResults,
|
||||
FacetList,
|
||||
FacetCategory,
|
||||
ActiveFacetCategory,
|
||||
VsPagination
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue