tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Generic url field #1018

Closed tarex closed 9 years ago

tarex commented 9 years ago

Closes #988

tarex commented 9 years ago

@UnspeakableHorror , on #988 , we're now changing twitter username to generic url . I tried to save with key 'site_url' , maybe it was saving but it wasn't returning through header GET request . GET /resume/{documentId}/header .

UnspeakableHorror commented 9 years ago

Ok, I'll check it.

tarex commented 9 years ago

you can use the name camel case , siteUrl , i'll change it .

UnspeakableHorror commented 9 years ago

It's being saved and returned correctly, I can see it included in the list on the settings page.

How are you requesting the settings from /resume?

UnspeakableHorror commented 9 years ago

Ah, nevermind I figured it out, I'll have to include a new field for this on the document header.

UnspeakableHorror commented 9 years ago

@tarex try it now, siteUrl.

tarex commented 9 years ago

Ok