I hereby claim:
- I am abhiagarwal on github.
- I am abhiagarwal (https://keybase.io/abhiagarwal) on keybase.
- I have a public key ASC9IrxSJce9nU7lURW3j5eYjZKAGUDruNvqMhVd6w-4LQo
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1HBEGwUTsc6RV1uMUSs14bqJPngv1pytmd https://explorer.blockstack.org/address/1HBEGwUTsc6RV1uMUSs14bqJPngv1pytmd |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
| # @gf3’s Sexy Bash Prompt, inspired by “Extravagant Zsh Prompt” | |
| # Shamelessly copied from https://github.com/gf3/dotfiles | |
| # Screenshot: http://i.imgur.com/s0Blh.png | |
| if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then | |
| export TERM=gnome-256color | |
| elif infocmp xterm-256color >/dev/null 2>&1; then | |
| export TERM=xterm-256color | |
| fi |
| { | |
| "Working Directory" : "\/Users\/abhiagarwal", | |
| "Prompt Before Closing 2" : 0, | |
| "Selected Text Color" : { | |
| "Green Component" : 0.5648584, | |
| "Red Component" : 0.5059919, | |
| "Blue Component" : 0.5636365 | |
| }, | |
| "Rows" : 35, | |
| "Ansi 11 Color" : { |
| { | |
| "storymap": { | |
| "slides": [ | |
| { | |
| "date": "", | |
| "text": { | |
| "headline": "Mapping My Tastes", | |
| "text": "<span>Mapping my food journey.</span><br>" | |
| }, | |
| "media": { |
I hereby claim:
To claim this, I am signing this object:
| general: | |
| branches: | |
| only: | |
| - master | |
| machine: | |
| timezone: | |
| America/Los_Angeles | |
| ruby: | |
| version: |
Add FilterFields to a report
report_builder/api/report/<id> PUT
Sample request:
If your previous response from when you did a GET on report_builder/api/report/<id> was:
| [ | |
| { | |
| "field": "char_field", | |
| "field_choices": [], | |
| "name": "char_field", | |
| "path_verbose": "", | |
| "field_type": "CharField", | |
| "help_text": "", | |
| "path": "", | |
| "field_verbose": "char field" |
| [ | |
| { | |
| "can_filter": true, | |
| "is_default": true, | |
| "field_choices": [], | |
| "field": "char_field", | |
| "name": "`", | |
| "path_verbose": "", | |
| "field_type": "CharField", |