Skip to content

Commit f155db1

Browse files
authored
#1551 (#459)
* #1514 replaced project_id occurrences with project and adjusted functionality with current B/E * #1514 added target_access_string to /api/download_structures, replaced /api/molgroup with /api/siteobservationgroup, minor fixes * #1523 adjusted inspiration dialog layout and removed molecular properties headers from it too * #1463 show "Ascending" instead of "ASC" when there is a possible space for it * removed unnecessary setter and comments * #1551 do not allow to assign 'Pose' tag category
1 parent b8b61be commit f155db1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/constants/constants.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export const NON_ASSIGNABLE_CATEGORIES = [
6161
'CanonSites',
6262
'CrystalformSites',
6363
'Quatassemblies',
64-
'Crystalforms'
64+
'Crystalforms',
65+
'Pose'
6566
];
6667

6768
export const PLURAL_TO_SINGULAR = {

0 commit comments

Comments
 (0)