Steps to reproduce: * create an app within minutes * add a date property in the app within minutes structure * display the application date property ** on the screen in the app's page - as does the standard sheet ** or with a velocity script in a page, in an inline context: {code} $doc.display('date1', 'view') {code}
Actual result: * the property value is rendered in HTML in a paragraph
Expected result: * like all other properties of classes (or a date property added in a class other than through the App Within Minutes), the property value should not be displayed in a paragraph , but just as plain text in whatever context is available where the property is displayed (inline). |
|