I have a content table ref with data :
- title ("titre")
 - id ("code")
 
When I create a new entry, I have in the grid the content id for the "code" column (see error.png)
- When I double click the content, I have a 404
 - When I edit the "code" column, I have an error
 
An object id must conform to the <protocol>://<protocol-specific-part> syntax: code org.ametys.plugins.repository.AmetysRepositoryException: An object id must conform to the <protocol>://<protocol-specific-part> syntax: code at org.ametys.plugins.repository.AmetysObjectResolver.resolveById(AmetysObjectResolver.java:298) at org.ametys.cms.repository.ContentDAO.getContentsProperties(ContentDAO.java:341) at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) ....