# # Defines navigation back to results for various types of "find" operations # ca_objects = { basic_search => { module_path = find, controller = SearchObjects, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchObjectsAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseObjects, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_object_representations = { basic_search => { module_path = find, controller = SearchObjectRepresentations, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchObjectRepresentationsAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseObjectRepresentations, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_object_lots = { basic_search => { module_path = find, controller = SearchObjectLots, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchObjectLotsAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseObjectLots, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_entities = { basic_search => { module_path = find, controller = SearchEntities, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchEntitiesAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseEntities, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_places = { basic_search => { module_path = find, controller = SearchPlaces, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchPlacesAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowsePlaces, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_occurrences = { basic_search => { module_path = find, controller = SearchOccurrences, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchOccurrencesAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseOccurrences, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_collections = { basic_search => { module_path = find, controller = SearchCollections, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchCollectionsAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseCollections, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_storage_locations = { basic_search => { module_path = find, controller = SearchStorageLocations, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchStorageLocationsAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseStorageLocations, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_loans = { basic_search => { module_path = find, controller = SearchLoans, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchLoansAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseLoans, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_movements = { basic_search => { module_path = find, controller = SearchMovements, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchMovementsAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseMovements, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_tour_stops = { basic_search => { module_path = find, controller = SearchTourStops, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchTourStopsAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseTourStops, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_tours = { basic_search => { module_path = find, controller = SearchTours, action = Index, params = [] }, advanced_search => { module_path = find, controller = SearchToursAdvanced, action = Index, params = [] }, basic_browse => { module_path = find, controller = BrowseTours, action = Index, params = [] }, quick_search => { module_path = find, controller = QuickSearch, action = Index, params = [] } } ca_relationship_types = { basic_search => { module_path = administrate/setup, controller = RelationshipTypes, action = Index, params = [] } } ca_lists = { basic_search => { module_path = administrate/setup, controller = Lists, action = Index, params = [] } } ca_list_items = { basic_search => { module_path = administrate/setup, controller = Lists, action = Index, params = [] } } ca_user_groups = { basic_search => { module_path = manage, controller = Groups, action = ListGroups, params = [] } } ca_bundle_displays = { basic_search => { module_path = manage, controller = BundleDisplays, action = ListDisplays, params = [] } } ca_search_forms = { basic_search => { module_path = manage, controller = SearchForm, action = ListForms, params = [] } } ca_metadata_elements = { basic_search => { module_path = administrate/setup, controller = Elements, action = ListElements, params = [] } } ca_editor_uis = { basic_search => { module_path = administrate/setup, controller = Interfaces, action = ListUIs, params = [] } } ca_sets = { basic_search => { module_path = manage, controller = Set, action = ListSets, params = [] } } ca_set_items = { set_item_edit => { module_path = manage/sets, controller = SetEditor, action = Edit, params = [set_id] } } ca_editor_uis = { basic_search => { module_path = administrate/setup, controller = Interfaces, action = ListUIs, params = [] } } ca_editor_ui_screens = { basic_search => { module_path = administrate/setup, controller = Interfaces, action = ListUIs, params = [] } } ca_bundle_mappings = { basic_search => { module_path = administrate/setup, controller = BundleMappings, action = ListMappings, params = [] } } ca_bundle_mapping_groups = { basic_search => { module_path = administrate/setup, controller = BundleMappings, action = ListMappings, params = [] } }