{! Template for the search form for storage blocks Ingests: - id - the id to give the form !} {!{@tech.ebp.oqm.baseStation.rest.search.InventoryItemSearch searchObject}!} {#include tags/search/searchForm id=id action='' showKeywords=true showAttributes=true onSubmit=str:fmt("ItemStoredSearch.search(this, event,'%s',false, true);",resultsContainer) defaultPageSize=config:['ui.itemsStored.search.defaultPageSize']} {#inputs}
{#inputs/item/itemSelectInput id=id /}
{#inputs/storageBlock/storageBlockSelectInput id=id blockIdName='blockId' /}
{#inputs/identifiers/identifierInput id=(id + "-itemStoredGenIdInput") name="generalId" showAdd=false /}
{#inputs/identifiers/identifierInput id=(id + "-itemStoredUniqueIdInput") name="uniqueId" showAdd=false /}
{/inputs} {/include}