CruGlobal / bill-bucks-generator

Rails app for building and distributing Bill Bucks.
2 stars 0 forks source link

pre-fill the 'From:' field #72

Open JasonBuckner opened 2 years ago

JasonBuckner commented 2 years ago

For a logged in user, we should be able to pre-fill the 'From:' field with something like this from the Okta Profile: user.nickName != null && user.nickName != '' ? (user.nickName + " " + user.lastName) : (user.firstName + " " + user.lastName)