Skip to content

Commit 638071d

Browse files
author
Amine Kouddane
committed
adding currency management
1 parent 71ac9aa commit 638071d

6 files changed

+272
-94
lines changed

dist/CustomKanban_1_0_0_1_managed.zip

-42.4 KB
Binary file not shown.

dist/CustomKanban_1_0_0_2_managed.zip

43.3 KB
Binary file not shown.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ <h1 id="downloads">Solution Downloads
406406
<p>
407407
<h4 id="header-4">Dynamics CRM Solution</h4>
408408
<p>
409-
<a href="https://github.com/Akouddane/PcfCustomKanban/raw/master/dist/CustomKanban_1_0_0_1_managed.zip">PcfCustomKanban Solution 1.0.0.1</a>
409+
<a href="https://github.com/Akouddane/PcfCustomKanban/raw/master/dist/CustomKanban_1_0_0_2_managed.zip">PcfCustomKanban Solution 1.0.0.2</a>
410410
</p>
411411
</p>
412412
<br>

src/CustomKanbanControl/ControlManifest.Input.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest>
3-
<control namespace="DemoNamespace" constructor="CustomKanbanControl" version="0.0.184" display-name-key="CustomKanbanControl" description-key="CustomKanbanControl description" control-type="standard">
3+
<control namespace="DemoNamespace" constructor="CustomKanbanControl" version="0.0.190" display-name-key="CustomKanbanControl" description-key="CustomKanbanControl description" control-type="standard">
44
<!-- dataset node represents a set of entity records on CDS; allow more than one datasets -->
55
<data-set name="sampleDataSet" display-name-key="Dataset_Display_Key">
66
<!-- 'property-set' node represents a unique, configurable property that each record in the dataset must provide. -->

src/CustomKanbanControl/css/CustomKanbanControl.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -323,5 +323,6 @@ select.elementValueEditor{
323323
color: #828282;
324324
}
325325
.errorMessage {
326-
padding: 0 0 0px 5px;
326+
padding: 5px 0 0px 5px;
327+
font-size: 13px;
327328
}

0 commit comments

Comments
 (0)