Commit Graph

49 Commits

Author SHA1 Message Date
294f511b9a Missing parameters
#4172 #4173
2024-04-22 18:27:01 +02:00
c09e5e6552 improve help text for autocomplete 2024-01-19 15:35:48 -05:00
eb6b160377 updates autocomplete default tooltip and limits characters to 30. 2024-01-16 17:56:32 -08:00
83aaa94cfe ENH: Profile Properties Autocomplete Setting 2024-01-13 20:54:31 -08:00
5117c1a528 changed max profiel field rows to 10 2024-01-05 12:06:36 -05:00
3ead35c984 Update (Profiles) Edit.razor to fix breaking changes
Prior functionality allowed 4 characters for "order" which now causes validation errors for any order value > 99.  This change allows a value of up to 9999 which is consistent with the prior 4 character length value.

Prior functionality allowed 2 characters for "rows" which now causes validattion error for any row count > 10.  This change allows a value up to 99 which is consistent with the prior 2 character length value.
2024-01-04 10:12:17 -08:00
049d510536 Updates Order/Rows/Length min/max values 2023-10-26 14:01:27 -07:00
113f7b18a6 Replaces maxLength with max for input type number 2023-10-25 09:01:41 -07:00
65b248c3cf min="1" for "Rows" 2023-10-25 06:18:00 -07:00
2ae47f2375 Adds type="number" Form Input Validation 2023-10-24 16:10:12 -07:00
b77e72880b optimize Pager search to remove redundant AllowSearch parameter and avoid consuming memory when not in use 2023-10-12 11:10:14 -04:00
b0d2ee8760 add Search capability to Pager and include in management UIs 2023-10-09 16:59:36 -04:00
c0ed335d84 Add Rows option to Profile Management. Improve Profile validation feedback. Fix Add User so that profile Options are supported. 2023-10-09 14:26:56 -04:00
836b174d15 fix localization in Profile Management 2023-09-21 10:02:21 -04:00
441324d354 Update to Profiles field list to include Title, Category and ViewOrder
When adding additional profile fields, this enhancement makes it easier to see details of the profile fields for the purpose of field organization.
2023-09-20 14:59:44 -07:00
cc4c47c3ee added validation support for user profile fields 2023-05-25 16:16:16 -04:00
e4ec10ef49 format PermissionNames to be more readable 2023-01-09 15:36:41 -05:00
e136972cd7 add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
369adcb173 allow profile management to be delegated 2022-12-19 15:07:38 -05:00
39ccc30680 fix Type label in Add Folder UI, make Profile description required, fix misc Bootstrap 5 cosmetic issues, fix #1618 Alias case sensitivity in router, fix File add and update methods so they return Url, fix UrlCombine helper method to use proper slash, enhance package installation to support commercial options 2021-08-26 18:20:58 -04:00
097318cf9e make profile category optional 2021-08-17 08:13:17 -04:00
e47fc64c33 profiles validation 2021-08-16 14:37:11 -04:00
00ca3d856b reset admin 2021-07-31 15:09:14 -04:00
cf40462531 moduleDefintions - profiles validation changes 2021-07-29 16:46:58 -04:00
2dbf9671d9 dashboard - moduleCretaor changes 2021-07-29 16:38:36 -04:00
e42a687c9b fixing spacing 2021-07-29 15:28:15 -04:00
33a76c61ca updated modules for input requirements 2021-07-27 16:24:01 -04:00
fca290f8f5 Modifications for Bootstrap 5
Admin section now finished.  All Tables now replaced with div
2021-07-10 13:37:05 +02:00
cb7d9a0371 upgrade to Boostrap 5 2021-07-02 20:03:51 -04:00
ba9ca22aaa update to resources 2021-06-25 16:34:30 -04:00
ae0edcfd2d create default rex files with static keys 2021-06-18 14:45:38 -04:00
ec0b317f80 Fix localizer in Admin pages 2021-03-31 00:50:19 +03:00
c527f28a6d Address feedback 2021-03-13 17:02:24 +03:00
c5e3c9b35e Delete profile should refresh profiles list 2021-03-13 13:02:40 +03:00
a29d7b524c Localize alert messages in admin pages 2020-12-09 21:12:00 +03:00
fcfcd46d8e Localize non components for the profiles pages 2020-11-20 00:37:10 +03:00
387c1aa57f Localize component for the profiles pages 2020-11-20 00:34:39 +03:00
0ef04e81ff Fixed issue where Page Url expansion script for 1.0.4 was not implemented properly - it was not tagged as an embedded resource. 2020-10-21 08:01:17 -04:00
aec5882de1 Fix #676 - fix creation of new profile fields, add support for required and private profile fields, integrate field level help for consistency 2020-08-13 10:06:15 -04:00
882412b8ff button/input columns style="width: 1px" 2020-06-18 22:22:16 -07:00
3be19df4a5 Fixed add profile property 2020-04-29 20:49:12 -04:00
89066ecfd0 help text update 2020-04-10 21:49:57 -04:00
5af6f7a52d Namespace Fix undo (#340) 2020-04-04 14:06:24 -04:00
71bd3a8d6a Namespace fix (#335) 2020-04-03 17:18:33 -04:00
66ad089088 Refactoring (#314)
* Refactoring

* Refactoring

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Rename template .sql file

* Modified null and empty string check.

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options

* Refactoring

* Refactoring

* Check for a valid email.

* Moved logic to  the Utilities class.

Co-authored-by: Aubrey <aubrey.b@treskcow.tech>
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com>
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com>
2020-03-31 10:21:05 -04:00
ab3f0853a7 Naming conventions 2020-03-14 21:52:26 +01:00
a06ad38432 Naming fixes 2020-03-14 11:07:49 +01:00
f59ec7bdac improve confirm dialog 2019-10-25 21:27:29 -04:00
f59f6b2f34 added profile management 2019-10-25 00:03:11 -04:00