Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Document Properties Marker
overridefalse


Short DescriptionInstead of creating a new document instance for a doctype, the template button macro only logs an error to the browser's console.
Doctypetopichide
NameTemplate Button fails to create Document
Short Name
Parent
Parent Property
property-nameName
hide
Audience
Name List
doctyperole
render-no-hits-as-blanktrue
propertyAudience
empty-as-nonetrue

Subject
Name List
doctypesubject
propertySubject

Categories
Name List
doctypecategory
propertyCategories

Tags
Tag List
propertyTags

Flagshide
Iteration

Iteration
valuefocusedfinished

hide
Type

Name List
doctypetopic-type
render-no-hits-as-blanktrue
namesTrouble Shooting
propertyType


Level of Experience
Name List
doctypeexperience-level
render-no-hits-as-blanktrue
propertyLevel of Experience

Expected Duration
Sponsors
Name List
doctypestakeholder
render-no-hits-as-blanktrue
propertySponsors

Sort Keyhide


...

Section
titleDescription

When all of the sudden a document can no longer be created using the Create from Template Macro, then the reason may be an invalid projectdoc Doctype Cache. The page wizard can still be opened, but when the user clicks on Create, nothing happens in the user interface.

If your console log shows

Code Block
languagetext
404: Unknown doctype 'abc'.

Where abc is the identifier of a valid doctype, then the following procedure may resolve your issue.

Also in the client log there probably is the reference of the service

Code Block
languagetext
/rest/projectdoc-internal/1/blueprint/SPACEKEY/DOCTYPE_ID/metadata

with which the browser request metadata for the doctype.

...