{"id":50277881,"url":"https://github.com/imsweb/ims.selectfields","last_synced_at":"2026-05-27T22:02:17.305Z","repository":{"id":314737842,"uuid":"823198521","full_name":"imsweb/ims.selectfields","owner":"imsweb","description":"[Ajax]SelectFieldWidget tests","archived":false,"fork":false,"pushed_at":"2024-07-02T15:14:49.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T14:03:00.435Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imsweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-02T15:10:35.000Z","updated_at":"2024-07-02T15:14:53.000Z","dependencies_parsed_at":"2025-09-14T14:03:05.713Z","dependency_job_id":"cec897a2-6f62-440a-bcdf-dbfcdadde720","html_url":"https://github.com/imsweb/ims.selectfields","commit_stats":null,"previous_names":["imsweb/ims.selectfields"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/imsweb/ims.selectfields","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsweb%2Fims.selectfields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsweb%2Fims.selectfields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsweb%2Fims.selectfields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsweb%2Fims.selectfields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imsweb","download_url":"https://codeload.github.com/imsweb/ims.selectfields/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsweb%2Fims.selectfields/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-27T22:02:15.404Z","updated_at":"2026-05-27T22:02:17.294Z","avatar_url":"https://github.com/imsweb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Content - Dexterity Item\n========================\n\nFor all vocabulary types we check three things\n\n* searching - entering a term should show values that match the term\n* available - if I've selected Term2, Term2 should not show again in the drop down.\n* ordering - select2 lets you order the values by drag/drop. The request parameters must be passed accordingly\n* context value - when the edit page is rendered, an existing value should be appropriately represented\n\nSimpleVocabulary (no vocabulary factory)\n----------------------------------------\n\nsingular - SelectFieldWidget\n\n* searching - no issue\n* available - n/a\n* ordering - n/a\n* context value - no issue\n\nsingular - AjaxSelectFieldWidget\n\n* searching - shows all values, regardless of match\n* available - n/a\n* ordering - n/a\n* context value - shows term value, not title\n\nmultiple - SelectFieldWidget\n\n* searching - no issue\n* available - no issue\n* ordering - does not work\n* context value - no issue\n\nmultiple - AjaxSelectFieldWidget\n\n* searching - does not work; shows all values\n* available - works\n* ordering - no issues\n* context value - shows term value, not title\n\nIVocabularyFactory - function\n-----------------------------\n\nsingular - SelectFieldWidget\n\n* searching - works\n* available - n/a\n* ordering - n/a\n* context value - no issues\n\nsingular - AjaxSelectFieldWidget\n\n* searching - does not work; shows all values\n* available - n/a\n* ordering - n/a\n* context value - no issues\n\nmultiple - SelectFieldWidget\n\n* searching - works\n* available - Sometimes this would work, sometimes it would display an existing value again as an option. Could not consistently reproduce.\n* ordering - does not work\n* context value - works\n\nmultiple - AjaxSelectFieldWidget\n\n* searching - does not work; shows all values\n* available - same as above\n* ordering - works\n* context value - works\n\n\nIVocabularyFactory - class\n--------------------------\n\nsingular - SelectFieldWidget\n\n* searching - works\n* available - n/a\n* ordering - n/a\n* context value - \n\nsingular - AjaxSelectFieldWidget\n\n* searching - works\n* available - n/a\n* ordering - n/a\n* context value - works\n\nmultiple - SelectFieldWidget\n\n* searching - works\n* available - works\n* ordering - does not work\n* context value - works\n\nmultiple - AjaxSelectFieldWidget\n\n* searching - works\n* available - works\n* ordering - works\n* context value - works\n\n\n\nStaticCatalogVocabulary\n-----------------------\n\nThis is a named vocabulary from Plone that is meant to be used with Relation fields.\n\nsingle - SelectFieldWidget\n\n* searching - works\n* available - n/a\n* ordering - n/a\n* context value - works\n\nsingle - AjaxSelectFieldWidget\n\n* searching - works\n* available - works\n* ordering - works\n* context value - shows UID on edit page, not title\n\nmultiple - SelectFieldWidget\n\n* searching - works\n* available - works\n* ordering - does not work\n* context value - works\n\nmultiple - AjaxSelectFieldWidget\n\n* searching - works\n* available - works\n* ordering - works\n* context value - shows UID on edit page, not title\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsweb%2Fims.selectfields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimsweb%2Fims.selectfields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsweb%2Fims.selectfields/lists"}