Skip to content

Instantly share code, notes, and snippets.

@aronr
aronr / gist:2764031
Created May 21, 2012 19:10
person search uischema
{
"person": {
"properties": {
"genders": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
@aronr
aronr / gist:2763366
Created May 21, 2012 17:14
person-search uispec
{
".csc-person-foreName-label": {
"messagekey": "preferredPA-foreNameLabel"
},
".csc-person-gender-label": {
"messagekey": "person-genderLabel"
},
".csc-person-group-label": {
"messagekey": "person-groupLabel"
},
@aronr
aronr / gist:2763357
Created May 21, 2012 17:13
person-search template
<div class="fl-container-flex fl-fix information-group info-column">
<div class="fl-container-flex fl-fix content main">
<div class="info-column">
<div class="info-column2-50 fl-force-left">
<div class="info-pair">
<div class="header">
<div class="label csc-person-termDisplayName-label"></div>
</div>
<div class="content clearfix csc-preferredPA-personTermGroup">
<input type="text" class="csc-personAuthority-termDisplayName"/>
@aronr
aronr / App layer tests in CSPACE-5183 branch
Created May 18, 2012 22:56
CollectionSpace P/NP schema change-related test failures
Failed tests:
testAllUISpecs(org.collectionspace.chain.csp.webui.main.TestUIRecords)
testMisc(org.collectionspace.chain.csp.webui.main.TestUIRecords)
Tests in error:
testAuthoritiesSearchList(org.collectionspace.chain.csp.persistence.services.vocab.TestOrgThroughWebapp)
testAuthoritiesSearch(org.collectionspace.chain.csp.persistence.services.vocab.TestNameThroughWebapp)
Tests run: 65, Failures: 2, Errors: 2, Skipped: 0