Skip to content

Conversation

@blizzz
Copy link
Member

@blizzz blizzz commented May 21, 2025

… and use the Api1 instead. This one is also involved in integration tests while the ColumnsController not and could have only be used in the front- end anyways.

@blizzz blizzz requested review from enjeck and juliusknorr May 21, 2025 21:23
@blizzz blizzz added technical debt Technical issue 3. to review Waiting for reviews labels May 21, 2025
… and use the Api1 instead. This one is also involved in integration tests
while the ColumnsController not and could have only be used in the front-
end anyways.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@enjeck enjeck force-pushed the backport/1810/stable0.8 branch from c2d63b1 to f8145cf Compare May 28, 2025 06:02
@blizzz blizzz merged commit 709f6be into stable0.8 May 28, 2025
71 of 76 checks passed
@blizzz blizzz deleted the backport/1810/stable0.8 branch May 28, 2025 13:57
Copy link

@kieuduyan kieuduyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

if ($columnDto->getTitle() !== null) {
$item->setTitle($columnDto->getTitle());
}
if ($tableId !== null) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if ($tableId !==() null) {

},
async removeColumn({ state, commit }, { id, isView, elementId }) {
try {
await axios.delete(generateUrl('/apps/tables/column/' + id))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

await axios.delete(generateUrl('/apps/table/column/' + id));

try {
$item = $this->columnService->update(
$columnId,
null,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

null(),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews technical debt Technical issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants