@reldens/cms 0.73.0 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -306,10 +306,6 @@ window.addEventListener('DOMContentLoaded', () => {
|
|
|
306
306
|
if(idValueInput){
|
|
307
307
|
idValueInput.value = '';
|
|
308
308
|
}
|
|
309
|
-
let idDisplayInput = editForm.querySelector('.entity-id-display');
|
|
310
|
-
if(idDisplayInput){
|
|
311
|
-
idDisplayInput.value = '';
|
|
312
|
-
}
|
|
313
309
|
let titleElement = document.querySelector('.entity-edit h2');
|
|
314
310
|
if(titleElement){
|
|
315
311
|
titleElement.textContent = 'Duplicate';
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div class="edit-field">
|
|
16
16
|
<span class="field-name">{{&idPropertyLabel}}</span>
|
|
17
17
|
<span class="field-value">
|
|
18
|
-
<input type="text"
|
|
18
|
+
<input type="text" name="disabled-{{&idProperty}}" value="{{&idValue}}" disabled="disabled"/>
|
|
19
19
|
</span>
|
|
20
20
|
</div>
|
|
21
21
|
{{#editFields}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reldens/cms",
|
|
3
3
|
"scope": "@reldens",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.75.0",
|
|
5
5
|
"description": "Reldens - CMS",
|
|
6
6
|
"author": "Damian A. Pastorini",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@reldens/server-utils": "^0.53.0",
|
|
38
|
-
"@reldens/storage": "^0.
|
|
38
|
+
"@reldens/storage": "^0.104.0",
|
|
39
39
|
"@reldens/utils": "^0.57.0",
|
|
40
40
|
"dotenv": "17.4.2",
|
|
41
41
|
"mustache": "4.2.0"
|