Skip to content

Commit e3dcdfc

Browse files
Update README.md
1 parent 5eba601 commit e3dcdfc

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ If you want to use the version of SDM CAP plugin released on the central maven r
8181
git clone https://github.com/cap-java/sdm
8282
```
8383

84-
3. Checkout to the branch **deploy**:
84+
3. Checkout to the branch **local_deploy**:
8585

8686
```sh
87-
git checkout deploy
87+
git checkout local_deploy
8888
```
8989

9090
4. Navigate to the demoapp folder:
@@ -128,10 +128,10 @@ To use a development version of the SDM CAP plugin, follow these steps. This is
128128
```
129129
The plugin is now added to your local .m2 repository, giving it priority over the version available in the central Maven repository during the application build.
130130

131-
3. Checkout to the branch **deploy**:
131+
3. Checkout to the branch **local_deploy**:
132132

133133
```sh
134-
git checkout deploy
134+
git checkout local_deploy
135135
```
136136

137137
4. Navigate to the demoapp folder:
@@ -1185,11 +1185,17 @@ annotate my.Books.attachments with @UI: {
11851185
},
11861186
LineItem : [
11871187
{Value: type, @HTML5.CssDefaults: {width: '10%'}},
1188-
{Value: fileName, @HTML5.CssDefaults: {width: '25%'}},
1188+
{Value: fileName, @HTML5.CssDefaults: {width: '20%'}},
11891189
{Value: content, @HTML5.CssDefaults: {width: '0%'}},
11901190
{Value: createdAt, @HTML5.CssDefaults: {width: '20%'}},
11911191
{Value: createdBy, @HTML5.CssDefaults: {width: '20%'}},
1192-
{Value: note, @HTML5.CssDefaults: {width: '25%'}},
1192+
{Value: note, @HTML5.CssDefaults: {width: '20%'}},
1193+
{
1194+
Value : uploadStatus,
1195+
Criticality: uploadStatusNav.criticality,
1196+
@Common.FieldControl: #ReadOnly,
1197+
@HTML5.CssDefaults: {width: '10%'}
1198+
},
11931199
{
11941200
$Type : 'UI.DataFieldForActionGroup',
11951201
ID : 'TableActionGroup',

0 commit comments

Comments
 (0)