Skip to content

Commit

Permalink
add cli todo && delete modules db mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Sep 28, 2019
1 parent 99e9704 commit 7cc4a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 2 additions & 0 deletions admincli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ func Get` + strings.Title(table) + `Table() table.Table {
` + table + `Table.GetForm().FormList = []types.Form{`

// TODO: identify the form type from filed type

for _, model := range columnsModel {

formType := "form.Text"
Expand Down
11 changes: 0 additions & 11 deletions modules/db/go.mod

This file was deleted.

0 comments on commit 7cc4a60

Please sign in to comment.