diff --git a/atualiza-repo.sh b/atualiza-repo.sh deleted file mode 100755 index 13a74f4..0000000 --- a/atualiza-repo.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -git checkout staging -git pull origin staging -git checkout master -git pull origin master \ No newline at end of file diff --git a/envia-repo.sh b/envia-repo.sh deleted file mode 100755 index d2315ec..0000000 --- a/envia-repo.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -git push origin master - -git checkout staging -git pull origin staging - -git merge master \ No newline at end of file diff --git a/src/app/components/article-service/article.service.js b/src/app/components/article-service/article.service.js index 8fa35d9..4c3af68 100644 --- a/src/app/components/article-service/article.service.js +++ b/src/app/components/article-service/article.service.js @@ -303,7 +303,6 @@ 'image', 'title', 'archived', - 'has_children', ] }, params); console.log("params",paramsExtended); diff --git a/src/app/components/proposal-list/proposal-list.html b/src/app/components/proposal-list/proposal-list.html index fdce3db..b102c7b 100644 --- a/src/app/components/proposal-list/proposal-list.html +++ b/src/app/components/proposal-list/proposal-list.html @@ -9,7 +9,7 @@