DNNCommunity / DNN.FormAndList

Design your own table complete with field types, validation and custom user permissions.
MIT License
28 stars 20 forks source link

Client Side Validation and System Fields on CSV Export #88

Closed ufoloko closed 3 years ago

ufoloko commented 3 years ago

I have added client side validation for almost all types. #55

Types with validation are are:

Calculated Column

Is tested for all those field types.

Additionally I have added an option to export system fields for CSV Export. this adds Created by, Created at, Changed by and Changed at fields. #16

valadas commented 3 years ago

Oh, also, there is a conflict with Time.cs if you can rebase on the current development branch. Thanks.

ufoloko commented 3 years ago

Sorry, im a little bit new in this repo. Im agree with changes you propose, what is the next step ?

valadas commented 3 years ago

Ok, let me see if I can resolve that in the browser...

valadas commented 3 years ago

Arrg, nope the whole file shows up as a conflict. So here are the options :)

  1. rebase or merge back from the current develop branch to be able to fix the conflict and the requested changes and push back which will fix this PR
  2. Start over clean from the current develop branch and maybe take that opportunity to break it into 2 independed PRs for the two issues it solves.
  3. I can fix this PR but I got incredibly late on other jobs due to Summit and other stuff so it wont happen very quick :)