Commit Graph
18 Commits
Author SHA1 Message Date
mihai sirghe 19b1507251 [ADF-2051] Involve people name is not displayed properly. (#2773)
This issue is now fixed
2017-12-07 16:44:37 +00:00
mihai sirghe 321c4f48e1 [ADF-1826] Task Header - The priority property should be editable (#2768)
* [ADF-1826] Task Header - The priority property should be editable

* [ADF-1826] - Fixed isEditble typo

* [ADF-1826] - Adding unit test - checking the priority value is displayed

* [ADF-1826] fixed unit test

* [ADF-1826] fixed unit test (replaced fit with it)
2017-12-06 20:46:28 +00:00
mihai sirghe 634e65af96 [ADF-1924] - Some issues related to search bar (#2702)
* issue #1

Because the input element gets no focus when the search button is clicked, there is no way to toggle off the search input, when user clicks outside the search bar
Added focus on search input when the user click on search input

issue #2

Increased the width of the search results container in order to be able to show more text
translated results container to the left in order to prevent it to overlap the menu items from the navigation bar

* Adding test spec for checking if search input has focus after the user clicks on search button

* removed deprecated render dependency
using this call
	" searchInput.nativeElement.focus()"
to enable input focus

* fixed broken animation on input search focus()

* Fix search control component tests

* Fix rebasing
2017-11-28 16:24:27 +00:00
mihai sirghe eba46e4e44 [ADF-2007] Info Drawer - currentTab event should return a key not the label (#2715)
* [ADF-2007] bug fix

Info drawer will emit the current active tab instead of the tab label
Also updated the test spec

* Emit tab index on clicking
2017-11-24 23:55:03 +00:00
mihai sirghe ed35a291b4 [ADF-1890] - Viewer - Content projection for sidebar only works if si… (#2661)
* [ADF-1890] - Viewer - Content projection for sidebar only works if sidebarPosition is left

This issue is now fixed using angular flex
Also updated the test suite
Tested on chrome, firefox and safari

* [ADF-1890] - Viewer - Content projection for sidebar only works if sidebarPosition is left

This issue is now fixed using angular flex
Also updated the test suite
Tested on chrome, firefox and safari

* Replaced fit statements with it

* added flex dependenty to the viewer component spec file

* Update for sidebar component template

* Delete npm-debug.log from repo

* Fix sidebar height issues

* Fix tests
2017-11-21 16:27:19 +00:00
mihai sirghe d224d2fb7a [ADF-1872] TaskList Component - Doesn't show the currentTaskId high… (#2622)
* [ADF-1872] - TaskList Component - Doesn't show the currentTaskId highlited

Fixed

* [ADF-1872] TaskList Component - Doesn't show the currentTaskId highlighted

Small code refactoring:

 - changed the way the adf-tasklist selectionMode property is initialized
2017-11-09 15:11:47 +00:00
mihai sirghe 50ff6cde45 [ADF-1825] - Form field in start task no aligned (#2620)
* [ADF-1825] - Form field in start task no aligned

Fixed

* [ADF-1825] - Form field in start task no aligned

Small refactoring - replaced tab indentation with space indentation
2017-11-07 23:41:21 +00:00
mihai sirghe cc821542a2 [ADF-1877] - Layout demo shell not localized (#2618)
Fixed
2017-11-07 16:31:06 +00:00
mihai sirghe a03451affb [ADF-1865] [Document List] "Empty View" does not wrap long text (#2610)
fixed
2017-11-06 14:35:04 +00:00
mihai sirghe 256b6d1c5e [ADF-1765] - info drawer (#2608)
fixed close button position
fixed title case
fixed editable date time field position
2017-11-06 10:36:38 +00:00
mihai sirghe c74b696a6e [ADF-1784] - [Mobile] - Empty folder image should not display drag an… (#2600)
* [ADF-1784] - [Mobile] - Empty folder image should not display drag and drop image

Fixed

* [ADF-1784] - [Mobile] Empty folder image should not display drag and drop image

Also, for process-lis-component, i added a small fix for the image size when viewed with small screen devices
2017-11-03 13:06:54 +00:00
mihai sirghe 712690990c [ADF-1861] - Line breaks not displayed in "Display Text" widget in forms (#2597)
Fixed
2017-11-02 14:15:41 +00:00
mihai sirghe 3c7122ddab [ADF-1772] (#2588)
Fix spec declaration typo
fix it() declarations (used fit() instead of it())
2017-11-01 16:21:00 +00:00
mihai sirghe b1d1976f18 [ADF-1772] fix for application name title translation (#2572)
* fix for ADF-1772

Enabling translation for application-list-component title

* [ADF-1772] fix translation for default application name

added unit tests for checking this fix
2017-11-01 14:35:23 +00:00
mihai sirghe a2df8876d5 [ADF-1754] - Viewer's displayName property (#2559)
* [ADF-1754] - Viewer's displayName property

Fixed

Added Unit tests for verifying the fix

* resetting file-view component initial properties

* fixing unit test for the case when  fileNodeId is not null
small refactoring
2017-10-31 10:24:49 +00:00
mihai sirghe 8dffbaf503 [ADF-1759] updated the process attachments header language keys (using the existing ones) (#2535)
* Created language keys for the header labels in proccess atachment list component
Updated the component

* [ADF-1759] updated the process attachments header language keys (using the existing ones)

* added menu actions key for process attachment language support

* updated the view download and remove action (hardcoded)labels with the appropriate translation keys
2017-10-24 20:10:26 +01:00
mihai sirghe b2e67e0392 Created language keys for the header labels in proccess atachment list component (#2523)
Updated the component
2017-10-23 11:06:46 +02:00
mihai sirghe 235fd12824 [ADF-1702] Login Component - Fix username input text (#2468)
* bug fix for ADF-1702

updated login component scss (added adf-full-height class)
update login component template (applied the mentioned class to the html markup)

* Login component - issue ADF-1702 issue

update

applying the adf-full-height class to the password input field which has the same issue as the username field

* added general style rules that will override material design form input line height.

this is application specific change, will not impact the adf component framework

reverted the changes made in my previous attempt to fix this issue (login.component.scss and login.component.html)
2017-10-18 13:57:52 +02:00